DRAG_MOVE 283 ash/drag_drop/drag_drop_controller.cc else if (op & ui::DragDropTypes::DRAG_MOVE) DRAG_MOVE 1014 ash/drag_drop/drag_drop_controller_unittest.cc ui::DragDropTypes::DRAG_MOVE, DRAG_MOVE 1052 ash/drag_drop/drag_drop_controller_unittest.cc ui::DragDropTypes::DRAG_MOVE, DRAG_MOVE 32 ash/drag_drop/drag_drop_interactive_uitest.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 62 ash/drag_drop/drag_drop_interactive_uitest.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 66 ash/drag_drop/drag_drop_interactive_uitest.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 142 ash/drag_drop/drag_image_view.cc } else if (touch_drag_operation_ & ui::DragDropTypes::DRAG_MOVE) { DRAG_MOVE 1049 ash/wm/overview/window_selector_unittest.cc window.get(), gfx::Point(5, 5), ui::DragDropTypes::DRAG_MOVE, DRAG_MOVE 35 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 1541 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc int ops = data.GetFirstNode(profile) ? ui::DragDropTypes::DRAG_MOVE : DRAG_MOVE 38 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc ui::DragDropTypes::DRAG_MOVE | DRAG_MOVE 57 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc int move = ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 73 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc if (ui::DragDropTypes::DRAG_MOVE & common_ops) DRAG_MOVE 74 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 92 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 213 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 237 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 256 chrome/browser/ui/views/extensions/browser_action_overflow_menu_controller.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 2440 chrome/browser/ui/views/tabs/tab_strip.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 292 chrome/browser/ui/views/toolbar/browser_actions_container.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 342 chrome/browser/ui/views/toolbar/browser_actions_container.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 389 chrome/browser/ui/views/toolbar/browser_actions_container.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 434 chrome/browser/ui/views/toolbar/browser_actions_container.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 372 content/browser/web_contents/web_contents_view_aura.cc drag_op |= ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 382 content/browser/web_contents/web_contents_view_aura.cc if (drag_op & ui::DragDropTypes::DRAG_MOVE) DRAG_MOVE 801 ui/app_list/views/apps_grid_view.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 19 ui/base/dragdrop/drag_drop_types_win.cc drag_operation |= DRAG_MOVE; DRAG_MOVE 29 ui/base/dragdrop/drag_drop_types_win.cc if (drag_operation & DRAG_MOVE) DRAG_MOVE 763 ui/views/controls/textfield/textfield.cc ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 765 ui/views/controls/textfield/textfield.cc return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 796 ui/views/controls/textfield/textfield.cc event.source_operations() & ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 810 ui/views/controls/textfield/textfield.cc return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY; DRAG_MOVE 963 ui/views/controls/textfield/textfield.cc ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY; DRAG_MOVE 781 ui/views/controls/textfield/textfield_unittest.cc ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE); DRAG_MOVE 782 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE, DRAG_MOVE 843 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, DRAG_MOVE 867 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, DRAG_MOVE 880 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, textfield_->OnDragUpdated(drop_a)); DRAG_MOVE 881 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, textfield_->OnPerformDrop(drop_a)); DRAG_MOVE 920 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY, DRAG_MOVE 933 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, textfield_->OnDragUpdated(drop_a)); DRAG_MOVE 934 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, textfield_->OnPerformDrop(drop_a)); DRAG_MOVE 969 ui/views/controls/textfield/textfield_unittest.cc ui::DragDropTypes::DRAG_MOVE); DRAG_MOVE 970 ui/views/controls/textfield/textfield_unittest.cc EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE, textfield_->OnDragUpdated(drop)); DRAG_MOVE 396 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc *drag_operation |= ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 531 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc case ui::DragDropTypes::DRAG_MOVE: DRAG_MOVE 846 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc if (drag_operation & ui::DragDropTypes::DRAG_MOVE) DRAG_MOVE 858 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc return ui::DragDropTypes::DRAG_MOVE; DRAG_MOVE 869 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc if (drag_operation_ & ui::DragDropTypes::DRAG_MOVE)