Home | History | Annotate | Download | only in browser

Lines Matching refs:textfield

18 #include "ui/views/controls/textfield/textfield.h"
19 #include "ui/views/controls/textfield/textfield_controller.h"
49 // This is the basics of creating a views widget with a textfield.
69 views::Textfield* textfield = new views::Textfield;
70 textfield->set_controller(this);
73 widget_delegate->GetContentsView()->AddChildView(textfield);
85 textfield->RequestFocus();
99 virtual bool HandleKeyEvent(views::Textfield* sender,