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 20 drag_operation_(0) {
35 drag_operation_ = operation;
63 drag_operation_ = 0;
desktop_drag_drop_client_win.h 48 int drag_operation_; member in class:views::DesktopDragDropClientWin
desktop_drag_drop_client_aurax11.cc 382 drag_operation_(0),
572 drag_operation_ = operation;
591 drag_operation_ = 0;
756 if (drag_operation_ & ui::DragDropTypes::DRAG_COPY)
758 if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE)
760 if (drag_operation_ & ui::DragDropTypes::DRAG_LINK)
864 xev.xclient.data.l[4] = DragOperationToAtom(drag_operation_);
desktop_drag_drop_client_aurax11.h 127 // |drag_operation_| bitfield into a vector of Atoms to offer to other
196 int drag_operation_; member in class:views::DesktopDragDropClientAuraX11
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 143 drag_operation_(0),
200 drag_operation_ = operation;
247 return drag_operation_;
268 drag_operation_);
277 drag_operation_);
315 *drag_data_, event.location(), event.root_location(), drag_operation_);
317 drag_operation_ = delegate->OnPerformDrop(e);
318 if (drag_operation_ == 0)
518 drag_operation_ = 0;
drag_drop_controller.h 109 int drag_operation_; member in class:ash::internal::DragDropController

Completed in 246 milliseconds