/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_drag_drop_views.cc | 37 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/ |
D | drag_drop_types_win.cc | 19 drag_operation |= DRAG_MOVE; in DropEffectToDragOperation() 29 if (drag_operation & DRAG_MOVE) in DragOperationToDropEffect()
|
D | drag_drop_types.h | 17 DRAG_MOVE = 1 << 0, enumerator
|
/external/chromium_org/ash/drag_drop/ |
D | drag_drop_interactive_uitest.cc | 29 return ui::DragDropTypes::DRAG_MOVE; in GetDragOperations() 59 return ui::DragDropTypes::DRAG_MOVE; in OnDragUpdated() 63 return ui::DragDropTypes::DRAG_MOVE; in OnPerformDrop()
|
D | drag_image_view.cc | 144 } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_MOVE) { in OnPaint()
|
D | drag_drop_controller_unittest.cc | 1014 ui::DragDropTypes::DRAG_MOVE, in TEST_F() 1050 ui::DragDropTypes::DRAG_MOVE, in TEST_F()
|
D | drag_drop_controller.cc | 286 else if (op & ui::DragDropTypes::DRAG_MOVE) in DragUpdate()
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | browser_action_overflow_menu_controller.cc | 158 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/ |
D | browser_action_overflow_menu_controller.cc | 174 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/ |
D | bookmark_utils.cc | 219 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/ |
D | bookmark_drag_drop.cc | 29 return ui::DragDropTypes::DRAG_MOVE; in DropBookmarks()
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | touch_handler.js | 114 DRAG_MOVE: 'touchHandler:drag_move', property 596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 823 eventType == TouchHandler.EventType.DRAG_MOVE ||
|
D | card_slider.js | 144 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
|
D | grabber.js | 69 this.events_.add(this.element, TouchHandler.EventType.DRAG_MOVE,
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | touch_handler.js | 114 DRAG_MOVE: 'touchHandler:drag_move', property 615 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 846 eventType == TouchHandler.EventType.DRAG_MOVE ||
|
D | card_slider.js | 151 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
D | touchhandler.js | 114 DRAG_MOVE: 'touchhandler:drag_move', property 596 this.dispatchEvent_(TouchHandler.EventType.DRAG_MOVE, touch); 823 eventType == TouchHandler.EventType.DRAG_MOVE ||
|
D | slider.js | 140 this.container_.addEventListener(TouchHandler.EventType.DRAG_MOVE,
|
D | grabber.js | 69 this.events_.add(this.element, TouchHandler.EventType.DRAG_MOVE,
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | browser_actions_container.cc | 259 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/ |
D | desktop_drag_drop_client_aurax11.cc | 351 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/ |
D | native_textfield_views_unittest.cc | 913 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 …]
|
D | native_textfield_views.cc | 292 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/ |
D | browser_actions_container.cc | 600 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/ |
D | web_contents_view_aura.cc | 413 drag_op |= ui::DragDropTypes::DRAG_MOVE; in ConvertFromWeb() 423 if (drag_op & ui::DragDropTypes::DRAG_MOVE) in ConvertToWeb()
|