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

  /external/chromium_org/ui/views/controls/button/
blue_button.h 14 class VIEWS_EXPORT BlueButton : public LabelButton {
18 BlueButton(ButtonListener* listener, const base::string16& text);
19 virtual ~BlueButton();
27 DISALLOW_COPY_AND_ASSIGN(BlueButton);
blue_button.cc 15 const char BlueButton::kViewClassName[] = "views/BlueButton";
17 BlueButton::BlueButton(ButtonListener* listener, const base::string16& text)
24 BlueButton::~BlueButton() {}
26 void BlueButton::ResetColorsFromNativeTheme() {
48 const char* BlueButton::GetClassName() const {
49 return BlueButton::kViewClassName;
52 scoped_ptr<LabelButtonBorder> BlueButton::CreateDefaultBorder() const
    [all...]
blue_button_unittest.cc 18 class TestBlueButton : public BlueButton {
20 TestBlueButton() : BlueButton(NULL, base::ASCIIToUTF16("foo")) {}
23 using BlueButton::OnNativeThemeChanged;
  /external/chromium_org/mojo/examples/window_manager/
debug_panel.cc 38 colored_square_(new views::BlueButton(
40 close_last_(new views::BlueButton(
42 cross_app_(new views::BlueButton(
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 80 views::BlueButton* button = new views::BlueButton(this, action.label_text);
  /external/chromium_org/ui/views/examples/
button_example.cc 58 container->AddChildView(new BlueButton(this, ASCIIToUTF16("Blue Button")));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_border.cc 147 views::BlueButton::kViewClassName;
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 119 views::BlueButton* stop_button_;
146 stop_button_ = new views::BlueButton(this, stop_text);
  /external/chromium_org/athena/system/
network_selector.cc 92 connect_ = new views::BlueButton(this, base::ASCIIToUTF16("Connect"));
189 views::BlueButton* connect_;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 192 views::BlueButton* save_button_;
214 save_button_ = new views::BlueButton(
496 views::BlueButton* unblacklist_button_;
522 unblacklist_button_ = new views::BlueButton(
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 382 button = new BlueButton(this, title);
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc     [all...]

Completed in 965 milliseconds