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

  /external/chromium_org/chrome/app/
chrome_main_delegate.h 51 // startup_timer_ will hold a reference to stats_counter_timer_. Therefore,
53 // cause startup_timer_ to be freed before stats_counter_timer_, leaving a
55 scoped_ptr<base::StatsCounterTimer> stats_counter_timer_; member in class:ChromeMainDelegate
chrome_main_delegate.cc 611 stats_counter_timer_.reset(new base::StatsCounterTimer("Chrome.Init"));
613 (*stats_counter_timer_));

Completed in 30 milliseconds