OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hi_res_timer_manager_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
browser_main.h
153
scoped_ptr<HighResolutionTimerManager>
hi_res_timer_manager_
;
member in class:BrowserMainParts
browser_main.cc
520
hi_res_timer_manager_
.reset(new HighResolutionTimerManager);
[
all
...]
/external/chromium_org/content/browser/
browser_main_loop.h
123
scoped_ptr<base::HighResolutionTimerManager>
hi_res_timer_manager_
;
member in class:content::BrowserMainLoop
browser_main_loop.cc
415
hi_res_timer_manager_
.reset(new base::HighResolutionTimerManager);
[
all
...]
Completed in 178 milliseconds