Searched refs:loading_animation_timer_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h470 base::RepeatingTimer<BrowserWindowGtk> loading_animation_timer_; member in class:BrowserWindowGtk
H A Dbrowser_window_gtk.cc687 loading_animation_timer_.Stop();
750 if (!loading_animation_timer_.IsRunning()) {
752 loading_animation_timer_.Start(
757 if (loading_animation_timer_.IsRunning()) {
758 loading_animation_timer_.Stop();
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc673 if (ShouldShowWindowIcon() && !loading_animation_timer_.IsRunning())
688 if (!loading_animation_timer_.IsRunning()) {
691 loading_animation_timer_.Start(
696 if (loading_animation_timer_.IsRunning()) {
698 loading_animation_timer_.Stop();
H A Dbrowser_view.h664 base::RepeatingTimer<BrowserView> loading_animation_timer_; member in class:BrowserView

Completed in 73 milliseconds