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

  /external/chromium_org/chrome/app/
chrome_main_delegate.h 62 // startup_timer_ will hold a reference to stats_counter_timer_. Therefore,
64 // cause startup_timer_ to be freed before stats_counter_timer_, leaving a
67 scoped_ptr<base::StatsScope<base::StatsCounterTimer> > startup_timer_; member in class:ChromeMainDelegate
chrome_main_delegate.cc 675 startup_timer_.reset(new base::StatsScope<base::StatsCounterTimer>
790 startup_timer_->Stop(); // End of Startup Time Measurement.
    [all...]

Completed in 1395 milliseconds