Searched defs:TestCustomButton (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dcustom_button_unittest.cc26 class TestCustomButton : public CustomButton { class in namespace:views::__anon17032
28 explicit TestCustomButton(ButtonListener* listener) function in class:views::__anon17032::TestCustomButton
32 virtual ~TestCustomButton() {}
35 DISALLOW_COPY_AND_ASSIGN(TestCustomButton);
70 TestCustomButton* button = new TestCustomButton(NULL);
127 TestCustomButton* button = new TestCustomButton(NULL);

Completed in 102 milliseconds