Home
last modified time | relevance | path

Searched refs:StartThrobbing (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/gfx/animation/
Dthrob_animation.h26 void StartThrobbing(int cycles_til_stop);
Dthrob_animation.cc21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) { in StartThrobbing() function in gfx::ThrobAnimation
/external/chromium_org/ui/chromeos/network/
Dnetwork_icon_animation.cc36 animation_.StartThrobbing(-1 /*throb indefinitely*/); in GetAnimation()
/external/chromium_org/ui/views/controls/button/
Dcustom_button.cc81 void CustomButton::StartThrobbing(int cycles_til_stop) { in StartThrobbing() function in views::CustomButton
83 hover_animation_->StartThrobbing(cycles_til_stop); in StartThrobbing()
Dcustom_button.h41 void StartThrobbing(int cycles_til_stop);
/external/chromium_org/ash/display/
Dshared_display_edge_indicator.cc91 animation_->StartThrobbing(-1 /* infinite */); in Show()
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc642 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 BookmarkBarView
1790 throbbing_view_->StartThrobbing(std::numeric_limits<int>::max()); in StartThrobbing()
Dbookmark_bar_view.h363 void StartThrobbing(const BookmarkNode* node, bool overflow_only);
/external/chromium_org/ash/shelf/
Dshelf_button.cc86 animation_.StartThrobbing(-1 /*throb indefinitely*/); in GetThrobAnimation()
/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab.cc548 pulse_animation_->StartThrobbing(std::numeric_limits<int>::max()); in StartPulse()