Home | History | Annotate | Download | only in button

Lines Matching refs:Button

5 #include "ui/views/controls/button/button.h"
13 // Button, public:
15 Button::~Button() {
18 void Button::SetTooltipText(const string16& tooltip_text) {
25 void Button::SetAccessibleName(const string16& name) {
30 // Button, View overrides:
32 bool Button::GetTooltipText(const gfx::Point& p, string16* tooltip) const {
40 void Button::GetAccessibleState(ui::AccessibleViewState* state) {
46 // Button, protected:
48 Button::Button(ButtonListener* listener)
54 void Button::NotifyClick(const ui::Event& event) {