HomeSort by relevance Sort by last modified time
    Searched defs:CustomButton (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/views/controls/button/
custom_button.cc 20 const char CustomButton::kViewClassName[] = "CustomButton";
23 // CustomButton, public:
25 CustomButton::~CustomButton() {
28 void CustomButton::SetState(ButtonState state) {
55 void CustomButton::StartThrobbing(int cycles_til_stop) {
60 void CustomButton::StopThrobbing() {
67 void CustomButton::SetAnimationDuration(int duration) {
71 void CustomButton::SetHotTracked(bool is_hot_tracked)
    [all...]
custom_button.h 26 class VIEWS_EXPORT CustomButton : public Button,
32 virtual ~CustomButton();
97 explicit CustomButton(ButtonListener* listener);
100 // the current state. CustomButton's implementation of StateChanged() does
140 DISALLOW_COPY_AND_ASSIGN(CustomButton);
143 // Delegate for actions taken on state changes by CustomButton.

Completed in 826 milliseconds