Searched defs:textfield (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dhelper.cc21 #include "views/controls/textfield/textfield.h"
184 void CorrectTextfieldFontSize(views::Textfield* textfield) { argument
185 if (textfield)
186 textfield->SetFont(textfield->font().DeriveFont(kFontSizeCorrectionDelta));
189 void SetAndCorrectTextfieldFont(views::Textfield* textfield, argument
191 if (textfield)
192 textfield->SetFont(font.DeriveFont(kFontSizeCorrectionDelta));
/external/chromium/chrome/browser/chromeos/options/
H A Dvpn_config_view.cc20 #include "views/controls/textfield/textfield.h"
241 views::Textfield* textfield, bool trim_whitespace) const {
242 std::string untrimmed = UTF16ToUTF8(textfield->text());
240 GetTextFromField( views::Textfield* textfield, bool trim_whitespace) const argument
/external/chromium/chrome/browser/ui/views/
H A Daccessibility_event_router_views.cc27 #include "views/controls/textfield/textfield.h"
268 views::Textfield* textfield = static_cast<views::Textfield*>(view); local
269 bool password = textfield->IsPassword();
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_views.cc29 #include "views/controls/textfield/textfield.h"
178 // We can handle the Escape key if textfield did not handle it.
436 // In views-implementation, the focus is on textfield rather than
570 views::Textfield* textfield,
578 // If there is selection, let textfield handle the backspace.
581 // If not at the begining of the text, let textfield handle the backspace.
569 HandleKeyEvent( views::Textfield* textfield, const views::KeyEvent& event) argument

Completed in 941 milliseconds