HomeSort by relevance Sort by last modified time
    Searched refs:BlueButton (Results 1 - 10 of 10) 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();
26 DISALLOW_COPY_AND_ASSIGN(BlueButton);
blue_button.cc 28 const char BlueButton::kViewClassName[] = "views/BlueButton";
30 BlueButton::BlueButton(ButtonListener* listener, const string16& text)
68 BlueButton::~BlueButton() {}
70 void BlueButton::ResetColorsFromNativeTheme() {
80 const char* BlueButton::GetClassName() const {
81 return BlueButton::kViewClassName;
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.h 22 class BlueButton;
79 views::BlueButton* save_button_;
manage_passwords_bubble_view.cc 232 save_button_ = new views::BlueButton(
  /external/chromium_org/ui/app_list/views/
search_result_actions_view.cc 78 views::BlueButton* button = new views::BlueButton(this, action.label_text);
signin_view.cc 85 views::BlueButton* signin_button = new views::BlueButton(
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 109 views::BlueButton* stop_button_;
137 stop_button_ = new views::BlueButton(this, stop_text);
profile_chooser_view.cc 820 add_account_button_ = new views::BlueButton(
  /external/chromium_org/ui/views/examples/
button_example.cc 65 container->AddChildView(new BlueButton(this, ASCIIToUTF16("Blue Button")));
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 367 button = new BlueButton(this, title);

Completed in 381 milliseconds