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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc707 if (ShouldShowWindowIcon() && !loading_animation_timer_.IsRunning())
736 if (!loading_animation_timer_.IsRunning()) {
739 loading_animation_timer_.Start(FROM_HERE,
744 if (loading_animation_timer_.IsRunning()) {
746 loading_animation_timer_.Stop();
H A Dbrowser_view.h698 base::RepeatingTimer<BrowserView> loading_animation_timer_; member in class:BrowserView

Completed in 1305 milliseconds