Searched defs:source_operations (Results 1 - 3 of 3) 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.cc76 int GetPreferredBookmarkDropOperation(int source_operations, int operations) { argument
77 int common_ops = (source_operations & operations);
120 return GetPreferredBookmarkDropOperation(event.source_operations(),

Completed in 533 milliseconds