Searched refs:source_operations (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
H A Ddrop_target_event.cc17 int source_operations)
24 source_operations_(source_operations) {
14 DropTargetEvent(const OSExchangeData& data, const gfx::Point& location, const gfx::Point& root_location, int source_operations) argument
H A Ddrop_target_event.h18 int source_operations);
21 int source_operations() const { return source_operations_; } function in class:ui::DropTargetEvent
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.h29 // Calculates the drop operation given |source_operations| and the ideal
32 int GetPreferredBookmarkDropOperation(int source_operations, int operations);
H A Dbookmark_drag_drop_views.cc76 int GetPreferredBookmarkDropOperation(int source_operations, int operations) { argument
77 int common_ops = (source_operations & operations);
120 return GetPreferredBookmarkDropOperation(event.source_operations(),
H A Dbookmark_menu_delegate.cc290 bool copy = event.source_operations() == ui::DragDropTypes::DRAG_COPY;
H A Dbookmark_bar_view.cc1680 event.source_operations(), ops);
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.cc161 return (event.source_operations() & ui::DragDropTypes::DRAG_LINK) ?
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc185 event.source_operations());
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_native_widget_aura.cc1131 event.location(), event.source_operations());
1137 event.location(), event.source_operations());
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.cc959 event.location(), event.source_operations());
965 event.location(), event.source_operations());
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc1526 blink::WebDragOperationsMask op = ConvertToWeb(event.source_operations());
1559 blink::WebDragOperationsMask op = ConvertToWeb(event.source_operations());
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc885 event.source_operations() & ui::DragDropTypes::DRAG_MOVE;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc2277 const int source_ops = event.source_operations();

Completed in 378 milliseconds