Home
last modified time | relevance | path

Searched refs:DRAG_MOVE (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_drag_drop_views.cc37 ui::DragDropTypes::DRAG_MOVE | in DragBookmarks()
58 int move = ui::DragDropTypes::DRAG_MOVE; in GetBookmarkDragOperation()
74 if (ui::DragDropTypes::DRAG_MOVE & common_ops) in GetPreferredBookmarkDropOperation()
75 return ui::DragDropTypes::DRAG_MOVE; in GetPreferredBookmarkDropOperation()
93 return ui::DragDropTypes::DRAG_MOVE; in GetBookmarkDropOperation()
/external/chromium_org/ui/base/dragdrop/
Ddrag_drop_types_win.cc19 drag_operation |= DRAG_MOVE; in DropEffectToDragOperation()
29 if (drag_operation & DRAG_MOVE) in DragOperationToDropEffect()
Ddrag_drop_types.h17 DRAG_MOVE = 1 << 0, enumerator
/external/chromium_org/ash/drag_drop/
Ddrag_drop_interactive_uitest.cc29 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperations()
59 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
63 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
Ddrag_image_view.cc144 } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_MOVE) { in OnPaint()
Ddrag_drop_controller_unittest.cc1014 ui::DragDropTypes::DRAG_MOVE, in TEST_F()
1050 ui::DragDropTypes::DRAG_MOVE, in TEST_F()
Ddrag_drop_controller.cc286 else if (op & ui::DragDropTypes::DRAG_MOVE) in DragUpdate()
/external/chromium/chrome/browser/ui/views/extensions/
Dbrowser_action_overflow_menu_controller.cc158 return ui::DragDropTypes::DRAG_MOVE; in GetDropOperation()
182 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
201 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperations()
/external/chromium_org/chrome/browser/ui/views/extensions/
Dbrowser_action_overflow_menu_controller.cc174 return ui::DragDropTypes::DRAG_MOVE; in GetDropOperation()
198 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
217 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperations()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc219 if (ui::DragDropTypes::DRAG_MOVE & common_ops) in PreferredDropOperation()
220 return ui::DragDropTypes::DRAG_MOVE; in PreferredDropOperation()
225 int move = ui::DragDropTypes::DRAG_MOVE; in BookmarkDragOperation()
249 return ui::DragDropTypes::DRAG_MOVE; in BookmarkDropOperation()
271 return ui::DragDropTypes::DRAG_MOVE; in PerformBookmarkDrop()
346 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE | in DragBookmarks()
/external/chromium_org/chrome/browser/ui/bookmarks/
Dbookmark_drag_drop.cc29 return ui::DragDropTypes::DRAG_MOVE; in DropBookmarks()
/external/chromium/chrome/browser/resources/ntp4/
Dtouch_handler.js114 DRAG_MOVE: 'touchHandler:drag_move', property
596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch);
823 eventType == TouchHandler.EventType.DRAG_MOVE ||
Dcard_slider.js144 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
Dgrabber.js69 this.events_.add(this.element, TouchHandler.EventType.DRAG_MOVE,
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dtouch_handler.js114 DRAG_MOVE: 'touchHandler:drag_move', property
615 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch);
846 eventType == TouchHandler.EventType.DRAG_MOVE ||
Dcard_slider.js151 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
/external/chromium/chrome/browser/resources/touch_ntp/
Dtouchhandler.js114 DRAG_MOVE: 'touchhandler:drag_move', property
596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch);
823 eventType == TouchHandler.EventType.DRAG_MOVE ||
Dslider.js140 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
Dgrabber.js69 this.events_.add(this.element, TouchHandler.EventType.DRAG_MOVE,
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dbrowser_actions_container.cc259 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
309 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
356 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
401 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperationsForView()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_drag_drop_client_aurax11.cc351 drag_operation |= ui::DragDropTypes::DRAG_MOVE; in GetDragOperation()
477 case ui::DragDropTypes::DRAG_MOVE: in OnXdndStatus()
742 if (drag_operation & ui::DragDropTypes::DRAG_MOVE) in DragOperationToAtom()
754 return ui::DragDropTypes::DRAG_MOVE; in AtomToDragOperation()
765 if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE) in GetOfferedDragOperations()
/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views_unittest.cc913 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE); in TEST_F()
914 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE, in TEST_F()
976 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, in TEST_F()
1000 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, in TEST_F()
1013 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, in TEST_F()
1015 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, in TEST_F()
1055 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, in TEST_F()
1068 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, in TEST_F()
1070 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, in TEST_F()
1106 ui::DragDropTypes::DRAG_MOVE); in TEST_F()
[all …]
Dnative_textfield_views.cc292 ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
294 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
327 event.source_operations() & ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
341 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY; in OnPerformDrop()
480 ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY; in GetDragOperationsForView()
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.cc600 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
650 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated()
697 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
740 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperationsForView()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura.cc413 drag_op |= ui::DragDropTypes::DRAG_MOVE; in ConvertFromWeb()
423 if (drag_op & ui::DragDropTypes::DRAG_MOVE) in ConvertToWeb()

12