HomeSort by relevance Sort by last modified time
    Searched refs:DRAG_COPY (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/ui/base/dragdrop/
drag_drop_types_win.cc 17 drag_operation |= DRAG_COPY;
27 if (drag_operation & DRAG_COPY)
drag_drop_types.h 18 DRAG_COPY = 1 << 1,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.cc 40 int operation = ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK;
70 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
71 return ui::DragDropTypes::DRAG_COPY | move;
78 if (ui::DragDropTypes::DRAG_COPY & common_ops)
79 return ui::DragDropTypes::DRAG_COPY;
112 return ui::DragDropTypes::DRAG_COPY;
119 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
bookmark_menu_delegate.cc 290 bool copy = event.source_operations() == ui::DragDropTypes::DRAG_COPY;
bookmark_bar_view.cc 967 bool copy = drop_info_->location.operation == ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 45 return copy ? ui::DragDropTypes::DRAG_COPY : ui::DragDropTypes::DRAG_MOVE;
52 return ui::DragDropTypes::DRAG_COPY;
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 71 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK,
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11_unittest.cc 319 ui::DragDropTypes::DRAG_COPY,
456 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, result);
465 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, result);
546 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, result);
599 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, result);
desktop_drag_drop_client_aurax11.cc 321 *drag_operation |= ui::DragDropTypes::DRAG_COPY;
481 case ui::DragDropTypes::DRAG_COPY:
879 if (drag_operation & ui::DragDropTypes::DRAG_COPY)
892 return ui::DragDropTypes::DRAG_COPY;
903 if (drag_operation_ & ui::DragDropTypes::DRAG_COPY)
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 139 if (touch_drag_operation_ & ui::DragDropTypes::DRAG_COPY) {
drag_drop_controller_unittest.cc 75 return ui::DragDropTypes::DRAG_COPY;
114 return ui::DragDropTypes::DRAG_COPY;
123 return ui::DragDropTypes::DRAG_COPY;
    [all...]
drag_drop_controller.cc 279 if (op & ui::DragDropTypes::DRAG_COPY)
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 822 return event.IsControlDown() ? ui::DragDropTypes::DRAG_COPY :
825 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE;
870 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
    [all...]
textfield_unittest.cc 817 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE);
818 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE,
820 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY, textfield_->OnPerformDrop(drop));
874 EXPECT_EQ(ui::DragDropTypes::DRAG_COPY,
879 EXPECT_EQ(ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 441 drag_op |= ui::DragDropTypes::DRAG_COPY;
451 if (drag_op & ui::DragDropTypes::DRAG_COPY)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [all...]

Completed in 373 milliseconds