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();
27 DISALLOW_COPY_AND_ASSIGN(BlueButton);
H A Dblue_button.cc15 const char BlueButton::kViewClassName[] = "views/BlueButton";
17 BlueButton::BlueButton(ButtonListener* listener, const base::string16& text) function in class:views::BlueButton
24 BlueButton::~BlueButton() {}
26 void BlueButton::ResetColorsFromNativeTheme() {
48 const char* BlueButton::GetClassName() const {
49 return BlueButton::kViewClassName;
52 scoped_ptr<LabelButtonBorder> BlueButton
[all...]

Completed in 213 milliseconds