Home | History | Annotate | Download | only in ui

Lines Matching full:textfield

12 #include "views/controls/textfield/textfield.h"
13 #include "views/controls/textfield/textfield_controller.h"
79 virtual void ContentsChanged(views::Textfield* sender,
81 virtual bool HandleKeyEvent(views::Textfield*,
99 // The Textfield that the user can type into.
100 views::Textfield* text_field_;
106 // Helps us set focus to the first Textfield in the window.
149 void ContentView::ContentsChanged(views::Textfield* sender,
168 text_field_ = new views::Textfield;