Searched refs:StartThrobbing (Results 1 – 10 of 10) sorted by relevance
26 void StartThrobbing(int cycles_til_stop);
21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) { in StartThrobbing() function in gfx::ThrobAnimation
36 animation_.StartThrobbing(-1 /*throb indefinitely*/); in GetAnimation()
81 void CustomButton::StartThrobbing(int cycles_til_stop) { in StartThrobbing() function in views::CustomButton83 hover_animation_->StartThrobbing(cycles_til_stop); in StartThrobbing()
41 void StartThrobbing(int cycles_til_stop);
91 animation_->StartThrobbing(-1 /* infinite */); in Show()
642 throbbing_view_->StartThrobbing(immediate ? 0 : 4); in StopThrobbing()1044 StartThrobbing(node, false); in OnBookmarkBubbleShown()1095 StartThrobbing(new_parent->GetChild(new_index), false); in BookmarkNodeMoved()1547 StartThrobbing(node, true); in BookmarkNodeAddedImpl()1760 void BookmarkBarView::StartThrobbing(const BookmarkNode* node, in StartThrobbing() function in BookmarkBarView1790 throbbing_view_->StartThrobbing(std::numeric_limits<int>::max()); in StartThrobbing()
363 void StartThrobbing(const BookmarkNode* node, bool overflow_only);
86 animation_.StartThrobbing(-1 /*throb indefinitely*/); in GetThrobAnimation()
548 pulse_animation_->StartThrobbing(std::numeric_limits<int>::max()); in StartPulse()