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

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 29 #include "ui/views/controls/button/label_button.h"
120 views::LabelButton* label_button = new views::LabelButton(listener, text); local
121 label_button->set_border(new InfoBarLabelButtonBorder);
122 label_button->set_animate_on_state_change(false);
123 label_button->SetTextColor(views::Button::STATE_NORMAL, SK_ColorBLACK);
124 label_button->SetTextColor(views::Button::STATE_HOVERED, SK_ColorBLACK);
126 label_button->SetFont(rb.GetFont(ui::ResourceBundle::MediumFont));
145 label_button->SetImage(views::Button::STATE_NORMAL,
152 label_button->set_focusable(true);
153 return label_button;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/autofill/
autocheckout_bubble_views.cc 13 #include "ui/views/controls/button/label_button.h"
104 views::LabelButton* label_button = new views::LabelButton( local
106 label_button->SetStyle(views::Button::STYLE_NATIVE_TEXTBUTTON);
107 ok_button_ = label_button;

Completed in 183 milliseconds