HomeSort by relevance Sort by last modified time
    Searched refs:drag_operations (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.h 66 virtual void OnGetDragOperationsForTextfield(int* drag_operations) {}
native_textfield_views.cc 472 int drag_operations = ui::DragDropTypes::DRAG_COPY; local
475 drag_operations = ui::DragDropTypes::DRAG_NONE;
477 drag_operations =
481 controller->OnGetDragOperationsForTextfield(&drag_operations);
482 return drag_operations;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.h 121 virtual void OnGetDragOperationsForTextfield(int* drag_operations) OVERRIDE;
omnibox_view_views.cc 692 void OmniboxViewViews::OnGetDragOperationsForTextfield(int* drag_operations) {
699 *drag_operations |= ui::DragDropTypes::DRAG_LINK;
  /external/chromium_org/ui/views/
view.cc 2123 int drag_operations = local
2321 int drag_operations = GetDragOperations(press_pt); local
    [all...]

Completed in 540 milliseconds