Home
last modified time | relevance | path

Searched refs:is_throbbing_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc59 (!is_throbbing_ || !hover_animation_->is_animating())) { in SetState()
60 is_throbbing_ = false; in SetState()
82 is_throbbing_ = true; in StartThrobbing()
324 is_throbbing_(false), in CustomButton()
Dcustom_button.h132 bool is_throbbing_; variable