Home | History | Annotate | Download | only in textfield

Lines Matching refs:textfield

5 #include "ui/views/controls/textfield/textfield.h"
26 #include "ui/views/controls/textfield/textfield_controller.h"
27 #include "ui/views/controls/textfield/textfield_model.h"
28 #include "ui/views/controls/textfield/textfield_test_api.h"
54 // A Textfield wrapper to intercept OnKey[Pressed|Released]() ressults.
55 class TestTextfield : public views::Textfield {
57 TestTextfield() : Textfield(), key_handled_(false), key_received_(false) {}
61 key_handled_ = views::Textfield::OnKeyPressed(e);
67 key_handled_ = views::Textfield::OnKeyReleased(e);
141 virtual void ContentsChanged(Textfield* sender,
149 virtual void OnBeforeUserAction(Textfield* sender) OVERRIDE {
153 virtual void OnAfterUserAction(Textfield* sender) OVERRIDE {
181 Textfield* textfield = new Textfield();
182 container->AddChildView(textfield);
183 textfield->set_id(i + 1);
192 // Activate the widget and focus the textfield for input handling.
361 // Insert a test string in a textfield.
396 // Insert a test string in a textfield.
521 // Arrow keys and home/end are handled by the textfield.
588 // Undo/Redo command keys are handled by the textfield.
665 // Cycle back to the first textfield.
675 // Cycle back to the last textfield.
683 // Test if clicking on textfield view sets the focus.
840 // Ensure the textfield will provide selected text for drag data.
1759 // Drag the mouse to the beginning of the textfield.
1901 // Tapping on the textfield should turn on the TouchSelectionController.
1905 // Un-focusing the textfield should reset the TouchSelectionController
1977 // Long_Press gesture in Textfield can initiate a drag and drop now.
1982 // Ensure the textfield will provide selected text for drag data.