HomeSort by relevance Sort by last modified time
    Searched refs:StartThrobbing (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/gfx/animation/
throb_animation.h 14 // The StartThrobbing method causes the ThrobAnimation to cycle between hidden
26 void StartThrobbing(int cycles_til_stop);
throb_animation.cc 21 void ThrobAnimation::StartThrobbing(int cycles_til_stop) {
  /external/chromium_org/ash/system/chromeos/network/
network_icon_animation.cc 36 animation_.StartThrobbing(-1 /*throb indefinitely*/);
  /external/chromium_org/ash/display/
shared_display_edge_indicator.cc 91 animation_->StartThrobbing(-1 /* infinite */);
  /external/chromium_org/ui/views/controls/button/
custom_button.h 42 void StartThrobbing(int cycles_til_stop);
custom_button.cc 83 void CustomButton::StartThrobbing(int cycles_til_stop) {
85 hover_animation_->StartThrobbing(cycles_til_stop);
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 357 void StartThrobbing(const BookmarkNode* node, bool overflow_only);
bookmark_bar_view.cc 634 throbbing_view_->StartThrobbing(immediate ? 0 : 4);
    [all...]
  /external/chromium_org/ash/shelf/
shelf_button.cc 86 animation_.StartThrobbing(-1 /*throb indefinitely*/);
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 508 pulse_animation_->StartThrobbing(std::numeric_limits<int>::max());
    [all...]

Completed in 270 milliseconds