Searched refs:DesktopDragDropClientWin (Results 1 - 4 of 4) sorted by path

/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc16 DesktopDragDropClientWin::DesktopDragDropClientWin( function in class:views::DesktopDragDropClientWin
24 DesktopDragDropClientWin::~DesktopDragDropClientWin() {
27 int DesktopDragDropClientWin::StartDragAndDrop(
53 void DesktopDragDropClientWin::DragUpdate(aura::Window* target,
57 void DesktopDragDropClientWin::Drop(aura::Window* target,
61 void DesktopDragDropClientWin::DragCancel() {
66 bool DesktopDragDropClientWin::IsDragDropInProgress() {
70 void DesktopDragDropClientWin
[all...]
H A Ddesktop_drag_drop_client_win.h20 class VIEWS_EXPORT DesktopDragDropClientWin class in namespace:views
23 DesktopDragDropClientWin(aura::Window* root_window, HWND window);
24 virtual ~DesktopDragDropClientWin();
52 DISALLOW_COPY_AND_ASSIGN(DesktopDragDropClientWin);
H A Ddesktop_window_tree_host_win.cc179 drag_drop_client_ = new DesktopDragDropClientWin(window(), GetHWND());
H A Ddesktop_window_tree_host_win.h24 class DesktopDragDropClientWin;
229 DesktopDragDropClientWin* drag_drop_client_;

Completed in 195 milliseconds