Searched refs:STYLE_LOWERCASE (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc237 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc228 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h53 STYLE_LOWERCASE = 1 << 1 enumerator in enum:views::Textfield::StyleFlags
H A Dnative_textfield_win.cc122 if (textfield_->style() & Textfield::STYLE_LOWERCASE) {
186 if (textfield_->style() & Textfield::STYLE_LOWERCASE)
1057 if (textfield_->style() & Textfield::STYLE_LOWERCASE)
H A Dnative_textfield_views_unittest.cc374 // Check if |model_|'s text is properly lowercased for STYLE_LOWERCASE.
375 InitTextfield(Textfield::STYLE_LOWERCASE);
396 InitTextfield(Textfield::STYLE_LOWERCASE);
430 InitTextfield(Textfield::STYLE_LOWERCASE);
H A Dnative_textfield_views.cc1114 return textfield_->style() & Textfield::STYLE_LOWERCASE ?

Completed in 167 milliseconds