HomeSort by relevance Sort by last modified time
    Searched refs:STYLE_LOWERCASE (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/views/controls/textfield/
textfield.h 53 STYLE_LOWERCASE = 1 << 1
native_textfield_win.cc 122 if (textfield_->style() & Textfield::STYLE_LOWERCASE) {
186 if (textfield_->style() & Textfield::STYLE_LOWERCASE)
    [all...]
native_textfield_views_unittest.cc 374 // 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);
    [all...]
native_textfield_views.cc     [all...]
  /external/chromium/chrome/browser/ui/views/
edit_search_engine_dialog.cc 237 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);
  /external/chromium_org/chrome/browser/ui/views/
edit_search_engine_dialog.cc 228 lowercase ? Textfield::STYLE_LOWERCASE : Textfield::STYLE_DEFAULT);

Completed in 493 milliseconds