Searched refs:drop_operation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc687 int drop_operation = ui::DragDropTypes::DRAG_NONE; local
707 drop_operation = menu_item->GetDelegate()->GetDropOperation(
715 drop_operation == ui::DragDropTypes::DRAG_NONE)
721 last_drop_operation_ = drop_operation;
722 return drop_operation;

Completed in 146 milliseconds