HomeSort by relevance Sort by last modified time
    Searched refs:DRAG_MOVE (Results 1 - 23 of 23) 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 37 ui::DragDropTypes::DRAG_MOVE |
58 int move = ui::DragDropTypes::DRAG_MOVE;
74 if (ui::DragDropTypes::DRAG_MOVE & common_ops)
75 return ui::DragDropTypes::DRAG_MOVE;
93 return ui::DragDropTypes::DRAG_MOVE;
bookmark_bar_view.cc     [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 29 return ui::DragDropTypes::DRAG_MOVE;
59 return ui::DragDropTypes::DRAG_MOVE;
63 return ui::DragDropTypes::DRAG_MOVE;
drag_drop_controller.cc 285 else if (op & ui::DragDropTypes::DRAG_MOVE)
drag_drop_controller_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 29 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 158 return ui::DragDropTypes::DRAG_MOVE;
182 return ui::DragDropTypes::DRAG_MOVE;
201 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_overflow_menu_controller.cc 174 return ui::DragDropTypes::DRAG_MOVE;
198 return ui::DragDropTypes::DRAG_MOVE;
217 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.cc 259 return ui::DragDropTypes::DRAG_MOVE;
309 return ui::DragDropTypes::DRAG_MOVE;
356 return ui::DragDropTypes::DRAG_MOVE;
401 return ui::DragDropTypes::DRAG_MOVE;
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 219 if (ui::DragDropTypes::DRAG_MOVE & common_ops)
220 return ui::DragDropTypes::DRAG_MOVE;
225 int move = ui::DragDropTypes::DRAG_MOVE;
249 return ui::DragDropTypes::DRAG_MOVE;
271 return ui::DragDropTypes::DRAG_MOVE;
346 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE |
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 349 drag_operation |= ui::DragDropTypes::DRAG_MOVE;
474 case ui::DragDropTypes::DRAG_MOVE:
735 if (drag_operation & ui::DragDropTypes::DRAG_MOVE)
747 return ui::DragDropTypes::DRAG_MOVE;
758 if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE)
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc 897 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE);
898 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE,
    [all...]
native_textfield_views.cc 289 ui::DragDropTypes::DRAG_MOVE;
291 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE;
324 event.source_operations() & ui::DragDropTypes::DRAG_MOVE;
338 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
478 ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 600 return ui::DragDropTypes::DRAG_MOVE;
650 return ui::DragDropTypes::DRAG_MOVE;
697 return ui::DragDropTypes::DRAG_MOVE;
740 return ui::DragDropTypes::DRAG_MOVE;
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 314 drag_op |= ui::DragDropTypes::DRAG_MOVE;
324 if (drag_op & ui::DragDropTypes::DRAG_MOVE)
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 836 return ui::DragDropTypes::DRAG_MOVE;
    [all...]
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 516 return ui::DragDropTypes::DRAG_MOVE;
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc     [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_win.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]

Completed in 803 milliseconds