Home
last modified time | relevance | path

Searched refs:PreferredDropOperation (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.h38 int PreferredDropOperation(int source_operations, int operations);
Dbookmark_utils.cc211 int PreferredDropOperation(int source_operations, int operations) { in PreferredDropOperation() function
252 return PreferredDropOperation(event.source_operations(), in BookmarkDropOperation()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1413 return bookmark_utils::PreferredDropOperation(event.source_operations(), in CalculateDropOperation()