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

1 2

  /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 36 int operation = ui::DragDropTypes::DRAG_COPY |
62 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
63 return ui::DragDropTypes::DRAG_COPY | move;
70 if (ui::DragDropTypes::DRAG_COPY & common_ops)
71 return ui::DragDropTypes::DRAG_COPY;
97 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 36 return ui::DragDropTypes::DRAG_COPY;
  /external/chromium_org/chrome/browser/download/
drag_download_item_views.cc 83 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK,
108 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.cc 215 if (ui::DragDropTypes::DRAG_COPY & common_ops)
216 return ui::DragDropTypes::DRAG_COPY;
229 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
231 return ui::DragDropTypes::DRAG_COPY | move;
253 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
277 return ui::DragDropTypes::DRAG_COPY;
346 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE |
  /external/chromium_org/ash/drag_drop/
drag_image_view.cc 141 if (touch_drag_operation_ & ui::DragDropTypes::DRAG_COPY) {
drag_drop_controller_unittest.cc 74 return ui::DragDropTypes::DRAG_COPY;
114 return ui::DragDropTypes::DRAG_COPY;
123 return ui::DragDropTypes::DRAG_COPY;
    [all...]
drag_drop_controller.cc 282 if (op & ui::DragDropTypes::DRAG_COPY)
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drag_drop_client_aurax11.cc 349 drag_operation |= ui::DragDropTypes::DRAG_COPY;
474 case ui::DragDropTypes::DRAG_COPY:
740 if (drag_operation & ui::DragDropTypes::DRAG_COPY)
752 return ui::DragDropTypes::DRAG_COPY;
763 if (drag_operation_ & ui::DragDropTypes::DRAG_COPY)
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 291 return event.IsControlDown() ? ui::DragDropTypes::DRAG_COPY :
294 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE;
341 return move ? ui::DragDropTypes::DRAG_MOVE : ui::DragDropTypes::DRAG_COPY;
474 int drag_operations = ui::DragDropTypes::DRAG_COPY;
480 ui::DragDropTypes::DRAG_MOVE | ui::DragDropTypes::DRAG_COPY;
    [all...]
native_textfield_views_unittest.cc 913 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_MOVE)
    [all...]
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 545 if (event.source_operations() & ui::DragDropTypes::DRAG_COPY) {
546 return ui::DragDropTypes::DRAG_COPY;
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 668 if (event.source_operations() & ui::DragDropTypes::DRAG_COPY) {
669 return ui::DragDropTypes::DRAG_COPY;
site_chip_view.cc 497 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK;
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 832 if (source_ops & ui::DragDropTypes::DRAG_COPY)
833 return ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 813 return ui::DragDropTypes::DRAG_COPY;
822 return ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc 72 if (drag_operation & ui::DragDropTypes::DRAG_COPY)
73 return ui::DragDropTypes::DRAG_COPY;
    [all...]
autocomplete_edit_view_win.cc 80 if (drag_operation & ui::DragDropTypes::DRAG_COPY)
81 return ui::DragDropTypes::DRAG_COPY;
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 411 drag_op |= ui::DragDropTypes::DRAG_COPY;
421 if (drag_op & ui::DragDropTypes::DRAG_COPY)
    [all...]
  /external/chromium/chrome/browser/download/
download_util.cc 599 ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK);
    [all...]
  /external/chromium/chrome/browser/ui/views/location_bar/
location_bar_view.cc     [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...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc     [all...]

Completed in 2009 milliseconds

1 2