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

  /external/chromium/chrome/browser/bookmarks/
bookmark_drop_info.h 27 // Invoke this from OnDragUpdated. It resets source_operations,
36 int source_operations() const { return source_operations_; } function in class:BookmarkDropInfo
bookmark_drop_info.cc 29 source_operations_ = event.source_operations();
bookmark_utils.h 35 // Calculates the drop operation given |source_operations| and the ideal
38 int PreferredDropOperation(int source_operations, int operations);
bookmark_utils.cc 211 int PreferredDropOperation(int source_operations, int operations) {
212 int common_ops = (source_operations & operations);
252 return PreferredDropOperation(event.source_operations(),
  /external/chromium/chrome/browser/ui/views/frame/
browser_root_view.cc 136 event.source_operations());
  /external/chromium/chrome/browser/ui/views/
toolbar_view.cc 545 if (event.source_operations() & ui::DragDropTypes::DRAG_COPY) {
547 } else if (event.source_operations() & ui::DragDropTypes::DRAG_LINK) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.cc     [all...]
autocomplete_edit_view_gtk.cc     [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 831 const int source_ops = event.source_operations();
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.cc     [all...]

Completed in 717 milliseconds