Searched defs:Textfield (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h38 class VIEWS_EXPORT Textfield : public View, class in namespace:views
54 Textfield();
55 virtual ~Textfield();
62 // Gets/Sets whether or not the Textfield is read-only.
69 // Gets the text currently displayed in the Textfield.
72 // Sets the text currently displayed in the Textfield. This doesn't
104 // Gets/sets the text color to be used when painting the Textfield.
110 // Gets/sets the background color to be used when painting the Textfield.
116 // Gets/sets the selection text color to be used when painting the Textfield.
123 // Textfield
[all...]
H A Dtextfield.cc240 const char Textfield::kViewClassName[] = "Textfield";
241 const int Textfield::kTextPadding = 3;
244 size_t Textfield::GetCaretBlinkMs() {
254 Textfield::Textfield() function in class:views::Textfield
289 Textfield::~Textfield() {}
291 void Textfield::SetReadOnly(bool read_only) {
300 void Textfield
[all...]

Completed in 860 milliseconds