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

  /external/chromium_org/ui/views/controls/button/
blue_button.h 15 class VIEWS_EXPORT BlueButton : public LabelButton {
19 BlueButton(ButtonListener* listener, const base::string16& text);
20 virtual ~BlueButton();
27 DISALLOW_COPY_AND_ASSIGN(BlueButton);
blue_button.cc 28 const char BlueButton::kViewClassName[] = "views/BlueButton";
30 BlueButton::BlueButton(ButtonListener* listener, const string16& text)
75 BlueButton::~BlueButton() {}
77 const char* BlueButton::GetClassName() const {
78 return BlueButton::kViewClassName;
82 const ui::Animation* BlueButton::GetThemeAnimation() const {

Completed in 1193 milliseconds