Home
last modified time | relevance | path

Searched refs:startup_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/app/
Dchrome_main_delegate.h67 scoped_ptr<base::StatsScope<base::StatsCounterTimer> > startup_timer_; variable
Dchrome_main_delegate.cc675 startup_timer_.reset(new base::StatsScope<base::StatsCounterTimer> in PreSandboxStartup()
790 startup_timer_->Stop(); // End of Startup Time Measurement. in SandboxInitialized()