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

/external/chromium_org/ui/views/widget/
H A Ddrop_target_win.cc38 int drop_operation = local
41 return ui::DragDropTypes::DragOperationToDropEffect(drop_operation);
56 int drop_operation = ui::DragDropTypes::DropEffectToDragOperation(effect); local
57 drop_operation = helper_.OnDragOver(data, root_view_location,
58 drop_operation);
59 drop_operation = helper_.OnDrop(data, root_view_location, drop_operation);
60 return ui::DragDropTypes::DragOperationToDropEffect(drop_operation);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_drop_info.h46 void set_drop_operation(int drop_operation) { argument
47 drop_operation_ = drop_operation;
49 int drop_operation() const { return drop_operation_; } function in class:BookmarkDropInfo
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc695 int drop_operation = ui::DragDropTypes::DRAG_NONE; local
715 drop_operation = menu_item->GetDelegate()->GetDropOperation(
723 drop_operation == ui::DragDropTypes::DRAG_NONE)
729 last_drop_operation_ = drop_operation;
730 return drop_operation;

Completed in 120 milliseconds