HomeSort by relevance Sort by last modified time
    Searched full:loading_animation_timer_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc 707 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();
    [all...]
browser_view.h 698 base::RepeatingTimer<BrowserView> loading_animation_timer_; member in class:BrowserView

Completed in 422 milliseconds