Searched defs:common_ops (Results 1 - 1 of 1) sorted by relevance

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

Completed in 55 milliseconds