Searched refs:m_window (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_DnDDT.cpp60 m_window = component->GetHWnd();
138 m_window,
175 ::GetWindowRect(m_window, &wr);
236 ::GetWindowRect(m_window, &wr);
335 ::GetWindowRect(m_window, &wr);
447 OLE_HRT(::RegisterDragDrop(m_window, (IDropTarget*)this))
451 res = ::RevokeDragDrop(m_window);
H A Dawt_DnDDT.h139 HWND m_window; member in class:AwtDropTarget

Completed in 39 milliseconds