Lines Matching refs:m_hWnd
78 m_hWnd = *(HWND*) aArguments[0].getValue(); in initialize()
79 debug_printf("DropTarget::initialize hwnd %x", m_hWnd); in initialize()
82 defWndProc = WinSubclassWindow( m_hWnd, dndFrameProc); in initialize()
83 SetWindowDropTargetPtr( m_hWnd, this); in initialize()
91 debug_printf("DropTarget::disposing hwnd %x", m_hWnd); in disposing()
94 WinSubclassWindow( m_hWnd, defWndProc); in disposing()
96 SetWindowDropTargetPtr( m_hWnd, 0); in disposing()
102 debug_printf("DropTarget::addDropTargetListener hwnd %x", m_hWnd); in addDropTargetListener()
109 debug_printf("DropTarget::removeDropTargetListener hwnd %x", m_hWnd); in removeDropTargetListener()
150 debug_printf("DropTarget::acceptDrag hwnd %x, dragOperation %d", m_hWnd, dragOperation); in acceptDrag()
156 debug_printf("DropTarget::rejectDrag hwnd %x", m_hWnd); in rejectDrag()
176 debug_printf("DropTarget::acceptDrop hwnd %x, dragOperation %d", m_hWnd, dropOperation); in acceptDrop()
182 debug_printf("DropTarget::rejectDrop hwnd %x", m_hWnd); in rejectDrop()
188 debug_printf("DropTarget::dropComplete hwnd %x", m_hWnd); in dropComplete()
321 debug_printf("DropTarget::dragEnter start hwnd 0x%x", m_hWnd); in dragEnter()
344 MapWindowPoint( m_hWnd, dragInfo, &ptlMouse); in dragEnter()
356 new OTransferable( m_hWnd, dragInfo); in dragEnter()
407 MapWindowPoint( m_hWnd, dragInfo, &ptlMouse); in dragOver()
455 MapWindowPoint( m_hWnd, dragInfo, &ptlMouse); in drop()
469 WinPostMsg( m_hWnd, DM_RENDERCOMPLETE, 0, 0); in drop()