Home
last modified time | relevance | path

Searched defs:source_operations (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ui/base/dragdrop/
Ddrop_target_event.h21 int source_operations() const { return source_operations_; } in source_operations() function
Ddrop_target_event.cc17 int source_operations) in DropTargetEvent()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_drop_info.h36 int source_operations() const { return source_operations_; } in source_operations() function
Dbookmark_utils.cc211 int PreferredDropOperation(int source_operations, int operations) { in PreferredDropOperation()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_drag_drop_views.cc66 int GetPreferredBookmarkDropOperation(int source_operations, int operations) { in GetPreferredBookmarkDropOperation()