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.cc 22 const char BlueButton::kViewClassName[] = "views/BlueButton";
24 BlueButton::BlueButton(ButtonListener* listener, const base::string16& text)
31 BlueButton::~BlueButton() {}
33 void BlueButton::ResetColorsFromNativeTheme() {
51 const char* BlueButton::GetClassName() const {
52 return BlueButton::kViewClassName;
55 scoped_ptr<LabelButtonBorder> BlueButton::CreateDefaultBorder() const
    [all...]
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);

Completed in 43 milliseconds