DRAG_COPY         279 ash/drag_drop/drag_drop_controller.cc       if (op & ui::DragDropTypes::DRAG_COPY)
DRAG_COPY          75 ash/drag_drop/drag_drop_controller_unittest.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         115 ash/drag_drop/drag_drop_controller_unittest.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         124 ash/drag_drop/drag_drop_controller_unittest.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         139 ash/drag_drop/drag_image_view.cc   if (touch_drag_operation_ & ui::DragDropTypes::DRAG_COPY) {
DRAG_COPY          76 chrome/browser/download/drag_download_item_views.cc       ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK,
DRAG_COPY         101 chrome/browser/download/drag_download_item_views.cc                  ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
DRAG_COPY          42 chrome/browser/ui/bookmarks/bookmark_drag_drop.cc   return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY        1542 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc         ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK;
DRAG_COPY          37 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   int operation = ui::DragDropTypes::DRAG_COPY |
DRAG_COPY          61 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc     return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
DRAG_COPY          62 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   return ui::DragDropTypes::DRAG_COPY | move;
DRAG_COPY          69 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc   if (ui::DragDropTypes::DRAG_COPY & common_ops)
DRAG_COPY          70 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY          96 chrome/browser/ui/views/bookmarks/bookmark_drag_drop_views.cc       ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
DRAG_COPY        1307 chrome/browser/ui/views/location_bar/location_bar_view.cc       (ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK) :
DRAG_COPY         934 chrome/browser/ui/views/omnibox/omnibox_view_views.cc         return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         943 chrome/browser/ui/views/omnibox/omnibox_view_views.cc       return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY        2436 chrome/browser/ui/views/tabs/tab_strip.cc   if (source_ops & ui::DragDropTypes::DRAG_COPY)
DRAG_COPY        2437 chrome/browser/ui/views/tabs/tab_strip.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         365 chrome/browser/ui/views/toolbar/toolbar_origin_chip_view.cc   return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK;
DRAG_COPY         370 content/browser/web_contents/web_contents_view_aura.cc     drag_op |= ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         380 content/browser/web_contents/web_contents_view_aura.cc   if (drag_op & ui::DragDropTypes::DRAG_COPY)
DRAG_COPY          17 ui/base/dragdrop/drag_drop_types_win.cc     drag_operation |= DRAG_COPY;
DRAG_COPY          27 ui/base/dragdrop/drag_drop_types_win.cc   if (drag_operation & DRAG_COPY)
DRAG_COPY         762 ui/views/controls/textfield/textfield.cc     return event.IsControlDown() ? ui::DragDropTypes::DRAG_COPY :
DRAG_COPY         765 ui/views/controls/textfield/textfield.cc   return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE;
DRAG_COPY         810 ui/views/controls/textfield/textfield.cc   return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         957 ui/views/controls/textfield/textfield.cc   int drag_operations = ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         963 ui/views/controls/textfield/textfield.cc         ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         781 ui/views/controls/textfield/textfield_unittest.cc       ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE);
DRAG_COPY         782 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE,
DRAG_COPY         784 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, textfield_->OnPerformDrop(drop));
DRAG_COPY         838 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_COPY,
DRAG_COPY         843 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY,
DRAG_COPY         867 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY,
DRAG_COPY         920 ui/views/controls/textfield/textfield_unittest.cc   EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY,
DRAG_COPY         394 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     *drag_operation |= ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         528 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     case ui::DragDropTypes::DRAG_COPY:
DRAG_COPY         844 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (drag_operation & ui::DragDropTypes::DRAG_COPY)
DRAG_COPY         856 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc     return ui::DragDropTypes::DRAG_COPY;
DRAG_COPY         867 ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc   if (drag_operation_ & ui::DragDropTypes::DRAG_COPY)