Home | History | Annotate | Download | only in button

Lines Matching refs:Button

13 #include "ui/views/controls/button/button.h"
21 explicit LabelButtonBorder(Button::ButtonStyle style);
24 Button::ButtonStyle style() const { return style_; }
32 // Get or set the painter used for the specified |focused| button |state|.
34 Painter* GetPainter(bool focused, Button::ButtonState state);
35 void SetPainter(bool focused, Button::ButtonState state, Painter* painter);
38 // The painters used for each unfocused or focused button state.
39 scoped_ptr<Painter> painters_[2][Button::STATE_COUNT];
41 // The button style supplied in part by this border.
42 Button::ButtonStyle style_;