Home
last modified time | relevance | path

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

/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()