Home | History | Annotate | Download | only in base

Lines Matching refs:HWND

20 // before the HWND is deleted too.
25 // Create a new BaseDropTarget associating it with the given HWND.
26 explicit BaseDropTarget(HWND hwnd);
30 // from drags initiated within the owning HWND.
32 // drag-drop operations within the same HWND, such as dragging
57 // Returns the hosting HWND.
58 HWND GetHWND() { return hwnd_; }
60 // Invoked when the cursor first moves over the hwnd during a dnd session.
78 // Invoked when the cursor moves outside the bounds of the hwnd during a
111 // moves over the HWND in a DnD session (OnDragEnter). 0 is reserved to mean
118 // The HWND of the source. This HWND is used to determine coordinates for
120 HWND hwnd_;