Searched refs:touch_drag_operation_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/drag_drop/
H A Ddrag_image_view.cc43 touch_drag_operation_(ui::DragDropTypes::DRAG_NONE) {
85 if (touch_drag_operation_ == operation)
87 touch_drag_operation_ = operation;
139 if (touch_drag_operation_ & ui::DragDropTypes::DRAG_COPY) {
142 } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_MOVE) {
145 } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_LINK) {
H A Ddrag_image_view.h68 int touch_drag_operation_; member in class:ash::DragImageView

Completed in 84 milliseconds