Home | History | Annotate | Download | only in textfield

Lines Matching defs:drag_operations

1063   int drag_operations = ui::DragDropTypes::DRAG_COPY;
1066 drag_operations = ui::DragDropTypes::DRAG_NONE;
1068 drag_operations =
1072 controller_->OnGetDragOperationsForTextfield(&drag_operations);
1073 return drag_operations;