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

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_controller.h66 virtual void OnGetDragOperationsForTextfield(int* drag_operations) {} argument
H A Dnative_textfield_views.cc474 int drag_operations = ui::DragDropTypes::DRAG_COPY; local
477 drag_operations = ui::DragDropTypes::DRAG_NONE;
479 drag_operations =
483 controller->OnGetDragOperationsForTextfield(&drag_operations);
484 return drag_operations;
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h124 virtual void OnGetDragOperationsForTextfield(int* drag_operations) OVERRIDE;
H A Domnibox_view_views.cc766 void OmniboxViewViews::OnGetDragOperationsForTextfield(int* drag_operations) { argument
773 *drag_operations |= ui::DragDropTypes::DRAG_LINK;
/external/chromium_org/ui/views/
H A Dview.cc2184 int drag_operations = local
2211 if (drag_operations != ui::DragDropTypes::DRAG_NONE) {
2378 int drag_operations = GetDragOperations(press_pt); local
2379 if (drag_operations == ui::DragDropTypes::DRAG_NONE)
2399 widget->RunShellDrag(this, data, widget_location, drag_operations, source);

Completed in 111 milliseconds