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

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_controller.h66 virtual void OnGetDragOperationsForTextfield(int* drag_operations) {} argument
H A Dtextfield.cc1063 int drag_operations = ui::DragDropTypes::DRAG_COPY; local
1066 drag_operations = ui::DragDropTypes::DRAG_NONE;
1068 drag_operations =
1072 controller_->OnGetDragOperationsForTextfield(&drag_operations);
1073 return drag_operations;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc980 void OmniboxViewViews::OnGetDragOperationsForTextfield(int* drag_operations) { argument
987 *drag_operations |= ui::DragDropTypes::DRAG_LINK;
/external/chromium_org/ui/views/
H A Dview.cc2221 int drag_operations = local
2259 if (drag_operations != ui::DragDropTypes::DRAG_NONE) {
2439 int drag_operations = GetDragOperations(press_pt); local
2440 if (drag_operations == ui::DragDropTypes::DRAG_NONE)
2460 widget->RunShellDrag(this, data, widget_location, drag_operations, source);

Completed in 2772 milliseconds