HomeSort by relevance Sort by last modified time
    Searched refs:drag_operation_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_win.cc 21 drag_operation_(0) {
36 drag_operation_ = operation;
64 drag_operation_ = 0;
desktop_drag_drop_client_win.h 47 int drag_operation_; member in class:views::DesktopDragDropClientWin
desktop_drag_drop_client_aurax11.cc 384 drag_operation_(0),
575 drag_operation_ = operation;
597 drag_operation_ = 0;
763 if (drag_operation_ & ui::DragDropTypes::DRAG_COPY)
765 if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE)
767 if (drag_operation_ & ui::DragDropTypes::DRAG_LINK)
871 xev.xclient.data.l[4] = DragOperationToAtom(drag_operation_);
desktop_drag_drop_client_aurax11.h 122 // |drag_operation_| bitfield into a vector of Atoms to offer to other
191 int drag_operation_; member in class:views::DesktopDragDropClientAuraX11
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 140 drag_operation_(0),
197 drag_operation_ = operation;
247 return drag_operation_;
269 drag_operation_);
278 drag_operation_);
317 *drag_data_, event.location(), event.root_location(), drag_operation_);
319 drag_operation_ = delegate->OnPerformDrop(e);
320 if (drag_operation_ == 0)
516 drag_operation_ = 0;
drag_drop_controller.h 104 int drag_operation_; member in class:ash::internal::DragDropController

Completed in 1352 milliseconds