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

  /external/chromium_org/ui/base/dragdrop/
drag_drop_types_win.cc 19 drag_operation |= DRAG_MOVE;
29 if (drag_operation & DRAG_MOVE)
drag_drop_types.h 17 DRAG_MOVE = 1 << 0,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 43 operation |= ui::DragDropTypes::DRAG_MOVE;
64 int move = ui::DragDropTypes::DRAG_MOVE;
82 if (ui::DragDropTypes::DRAG_MOVE & common_ops)
83 return ui::DragDropTypes::DRAG_MOVE;
114 return ui::DragDropTypes::DRAG_MOVE;
bookmark_bar_view.cc     [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 32 return ui::DragDropTypes::DRAG_MOVE;
62 return ui::DragDropTypes::DRAG_MOVE;
66 return ui::DragDropTypes::DRAG_MOVE;
drag_image_view.cc 142 } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_MOVE) {
drag_drop_controller.cc 283 else if (op & ui::DragDropTypes::DRAG_MOVE)
drag_drop_controller_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 45 return copy ? ui::DragDropTypes::DRAG_COPY : ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 216 return ui::DragDropTypes::DRAG_MOVE;
240 return ui::DragDropTypes::DRAG_MOVE;
259 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 323 *drag_operation |= ui::DragDropTypes::DRAG_MOVE;
484 case ui::DragDropTypes::DRAG_MOVE:
881 if (drag_operation & ui::DragDropTypes::DRAG_MOVE)
894 return ui::DragDropTypes::DRAG_MOVE;
905 if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE)
    [all...]
  /external/chromium_org/ui/views/controls/textfield/
textfield_unittest.cc 817 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE);
818 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE,
879 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY,
    [all...]
textfield.cc 823 ui::DragDropTypes::DRAG_MOVE;
825 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE;
856 event.source_operations() & ui::DragDropTypes::DRAG_MOVE;
870 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 332 return ui::DragDropTypes::DRAG_MOVE;
382 return ui::DragDropTypes::DRAG_MOVE;
429 return ui::DragDropTypes::DRAG_MOVE;
474 return ui::DragDropTypes::DRAG_MOVE;
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 443 drag_op |= ui::DragDropTypes::DRAG_MOVE;
453 if (drag_op & ui::DragDropTypes::DRAG_MOVE)
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_unittest.cc 738 window.get(), gfx::Point(5, 5), ui::DragDropTypes::DRAG_MOVE,
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 878 return ui::DragDropTypes::DRAG_MOVE;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]

Completed in 873 milliseconds