Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/gtk/
Dhover_controller_gtk.cc39 void HoverControllerGtk::StartThrobbing(int cycles) { in StartThrobbing() function in HoverControllerGtk
40 throb_animation_.StartThrobbing(cycles); in StartThrobbing()
Dhover_controller_gtk.h30 void StartThrobbing(int cycles);
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_dropdown_button.cc102 animation_connecting_.StartThrobbing(-1); in OnNetworkManagerChanged()
Dnetwork_menu_button.cc340 animation_connecting_.StartThrobbing(-1); in SetNetworkIcon()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_bar_gtk.cc440 StartThrobbing(node); in BookmarkNodeAdded()
726 void BookmarkBarGtk::StartThrobbing(const BookmarkNode* node) { in StartThrobbing() function in BookmarkBarGtk
761 hover_controller->StartThrobbing(0); in SetThrobbingWidget()
780 hover_controller->StartThrobbing(4); in SetThrobbingWidget()
793 StartThrobbing(node); in OnItemAllocate()
1113 hover_controller->StartThrobbing(0); in OnFolderClicked()
Dbookmark_bar_gtk.h185 void StartThrobbing(const BookmarkNode* node);
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc971 StartThrobbing(new_parent->GetChild(new_index), false); in BookmarkNodeMoved()
992 StartThrobbing(node, true); in BookmarkNodeAddedImpl()
1313 StartThrobbing(node, false); in Observe()
1498 void BookmarkBarView::StartThrobbing(const BookmarkNode* node, in StartThrobbing() function in BookmarkBarView
1526 throbbing_view_->StartThrobbing(std::numeric_limits<int>::max()); in StartThrobbing()
1566 throbbing_view_->StartThrobbing(immediate ? 0 : 4); in StopThrobbing()
Dbookmark_bar_view.h440 void StartThrobbing(const BookmarkNode* node, bool overflow_only);
/external/chromium/chrome/browser/ui/views/tabs/
Dbase_tab.cc253 pulse_animation_->StartThrobbing(std::numeric_limits<int>::max()); in StartPulse()
/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc534 mini_title_animation_->StartThrobbing(2); in StartMiniTabTitleAnimation()