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 46 int drag_operation_; member in class:views::DesktopDragDropClientWin
desktop_drag_drop_client_aurax11.cc 388 drag_operation_(0),
618 drag_operation_ = operation;
666 drag_operation_ = 0;
957 if (drag_operation_ & ui::DragDropTypes::DRAG_COPY
    [all...]
desktop_drag_drop_client_aurax11.h 167 // |drag_operation_| bitfield into a vector of Atoms to offer to other
253 int drag_operation_; member in class:views::DesktopDragDropClientAuraX11
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.cc 134 drag_operation_(0),
191 drag_operation_ = operation;
241 return drag_operation_;
266 drag_operation_);
277 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 101 int drag_operation_; member in class:ash::DragDropController

Completed in 64 milliseconds