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

  /external/chromium_org/chrome/browser/ui/views/autofill/
decorated_textfield_unittest.cc 17 button.SetStyle(views::Button::STYLE_BUTTON);
decorated_textfield.cc 143 button.SetStyle(views::Button::STYLE_BUTTON);
  /external/chromium_org/ui/views/controls/button/
button.h 43 STYLE_BUTTON = 0,
label_button.cc 26 // Default text and shadow colors for STYLE_BUTTON.
132 // STYLE_BUTTON uses bold text to indicate default buttons.
133 if (style_ == STYLE_BUTTON) {
144 style = STYLE_BUTTON;
149 if (style == STYLE_BUTTON) {
155 if (style == STYLE_BUTTON || style == STYLE_NATIVE_TEXTBUTTON) {
159 if (style == STYLE_BUTTON)
176 if (style() == STYLE_BUTTON) {
308 // Use hardcoded colors for inverted color scheme support and STYLE_BUTTON.
315 } else if (style() == STYLE_BUTTON) {
    [all...]
blue_button.cc 32 // Inherit STYLE_BUTTON insets, minimum size, alignment, etc.
33 SetStyle(STYLE_BUTTON);
label_button_border.cc 76 if (style == Button::STYLE_BUTTON) {
  /external/chromium_org/ui/views/examples/
button_example.cc 61 disabled_button->SetStyle(Button::STYLE_BUTTON);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 395 search_button_->SetStyle(views::Button::STYLE_BUTTON);
    [all...]

Completed in 51 milliseconds