Searched refs:drag_operations (Results 1 – 5 of 5) sorted by relevance
66 virtual void OnGetDragOperationsForTextfield(int* drag_operations) {} in OnGetDragOperationsForTextfield() argument
474 int drag_operations = ui::DragDropTypes::DRAG_COPY; in GetDragOperationsForView() local477 drag_operations = ui::DragDropTypes::DRAG_NONE; in GetDragOperationsForView()479 drag_operations = in GetDragOperationsForView()483 controller->OnGetDragOperationsForTextfield(&drag_operations); in GetDragOperationsForView()484 return drag_operations; in GetDragOperationsForView()
124 virtual void OnGetDragOperationsForTextfield(int* drag_operations) OVERRIDE;
766 void OmniboxViewViews::OnGetDragOperationsForTextfield(int* drag_operations) { in OnGetDragOperationsForTextfield() argument773 *drag_operations |= ui::DragDropTypes::DRAG_LINK; in OnGetDragOperationsForTextfield()
2184 int drag_operations = in ProcessMousePressed() local2211 if (drag_operations != ui::DragDropTypes::DRAG_NONE) { in ProcessMousePressed()2378 int drag_operations = GetDragOperations(press_pt); in DoDrag() local2379 if (drag_operations == ui::DragDropTypes::DRAG_NONE) in DoDrag()2399 widget->RunShellDrag(this, data, widget_location, drag_operations, source); in DoDrag()