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 15 const char BlueButton::kViewClassName[] = "views/BlueButton";
17 BlueButton::BlueButton(ButtonListener* listener, const base::string16& text)
24 BlueButton::~BlueButton() {}
26 void BlueButton::ResetColorsFromNativeTheme() {
48 const char* BlueButton::GetClassName() const {
49 return BlueButton::kViewClassName;
52 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 42 milliseconds