Searched defs:BlueButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dblue_button.h14 class VIEWS_EXPORT BlueButton : public LabelButton { class in namespace:views
18 BlueButton(ButtonListener* listener, const base::string16& text);
19 virtual ~BlueButton();
26 DISALLOW_COPY_AND_ASSIGN(BlueButton);
H A Dblue_button.cc28 const char BlueButton::kViewClassName[] = "views/BlueButton";
30 BlueButton::BlueButton(ButtonListener* listener, const string16& text) function in class:views::BlueButton
68 BlueButton::~BlueButton() {}
70 void BlueButton::ResetColorsFromNativeTheme() {
80 const char* BlueButton::GetClassName() const {
81 return BlueButton::kViewClassName;

Completed in 156 milliseconds