HomeSort by relevance Sort by last modified time
    Searched full:drop_operation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/widget/
drop_target_win.cc 38 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/
bookmark_drop_info.h 46 void set_drop_operation(int drop_operation) {
47 drop_operation_ = drop_operation;
49 int drop_operation() const { return drop_operation_; } function in class:BookmarkDropInfo
  /external/chromium_org/ui/views/controls/menu/
menu_controller.cc 695 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;
    [all...]

Completed in 282 milliseconds