OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stats_counter_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
66
scoped_ptr<base::StatsCounterTimer>
stats_counter_timer_
;
member in class:ChromeMainDelegate
chrome_main_delegate.cc
674
stats_counter_timer_
.reset(new base::StatsCounterTimer("Chrome.Init"));
676
(*
stats_counter_timer_
));
[
all
...]
Completed in 1762 milliseconds