Home | History | Annotate | Download | only in views

Lines Matching refs:textfield

28 #include "ui/views/controls/textfield/textfield.h"
46 // This class handles layout so that it looks like a Textfield and ImageButton
47 // are part of one logical textfield with the button on the right side of the
48 // field. It also assumes that the textfield is already sized appropriately
52 TextfieldWrapper(views::Textfield* textfield,
62 views::Textfield* textfield_;
66 TextfieldWrapper::TextfieldWrapper(views::Textfield* textfield,
68 : textfield_(textfield),
79 // Add some spacing between the textfield and the border.
84 // Button should be offset one pixel from the end of the textfield so that
164 textfield_ = new views::Textfield();
230 views::Textfield* sender,
236 views::Textfield* sender,