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

  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 43 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) {
drag_image_view.h 68 int touch_drag_operation_; member in class:ash::DragImageView

Completed in 63 milliseconds