Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/bookmarks/
Dbookmark_utils.cc212 int common_ops = (source_operations & operations); in PreferredDropOperation() local
213 if (!common_ops) in PreferredDropOperation()
215 if (ui::DragDropTypes::DRAG_COPY & common_ops) in PreferredDropOperation()
217 if (ui::DragDropTypes::DRAG_LINK & common_ops) in PreferredDropOperation()
219 if (ui::DragDropTypes::DRAG_MOVE & common_ops) in PreferredDropOperation()