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 23 #include "ui/views/controls/button/label_button.h"
128 views::LabelButton* label_button = new views::LabelButton(listener, text); local
129 label_button->SetBorder(label_button_border.PassAs<views::Border>());
130 label_button->set_animate_on_state_change(false);
131 label_button->SetTextColor(views::Button::STATE_NORMAL, SK_ColorBLACK);
132 label_button->SetTextColor(views::Button::STATE_HOVERED, SK_ColorBLACK);
134 label_button->SetFontList(rb.GetFontList(ui::ResourceBundle::MediumFont));
135 label_button->SizeToPreferredSize();
136 label_button->SetFocusable(true);
137 return label_button;
    [all...]
  /external/chromium_org/ui/views/controls/button/
custom_button_unittest.cc 15 #include "ui/views/controls/button/label_button.h"
146 LabelButton label_button(NULL, text);
147 EXPECT_TRUE(CustomButton::AsCustomButton(&label_button));

Completed in 534 milliseconds