HomeSort by relevance Sort by last modified time
    Searched defs:DesktopDragDropClientWin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 16 DesktopDragDropClientWin::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::OnNativeWidgetDestroying(HWND window)
    [all...]
desktop_drag_drop_client_win.h 20 class VIEWS_EXPORT DesktopDragDropClientWin
23 DesktopDragDropClientWin(aura::Window* root_window, HWND window);
24 virtual ~DesktopDragDropClientWin();
52 DISALLOW_COPY_AND_ASSIGN(DesktopDragDropClientWin);

Completed in 685 milliseconds