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.cc61 (!is_throbbing_ || !hover_animation_->is_animating())) { in SetState()
62 is_throbbing_ = false; in SetState()
84 is_throbbing_ = true; in StartThrobbing()
323 is_throbbing_(false), in CustomButton()
Dcustom_button.h133 bool is_throbbing_; variable