Searched refs:common_ops (Results 1 – 1 of 1) sorted by relevance
212 int common_ops = (source_operations & operations); in PreferredDropOperation() local213 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()