OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activatehighresolutiontimer
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc
39
base::Time::
ActivateHighResolutionTimer
(true);
53
base::Time::
ActivateHighResolutionTimer
(false);
/external/chromium_org/base/time/
time_win.cc
87
// The two values that
ActivateHighResolutionTimer
uses to set the systemwide
181
// Since g_high_res_timer_count != 0, an
ActivateHighResolutionTimer
(true)
196
bool Time::
ActivateHighResolutionTimer
(bool activating) {
time.h
353
static bool
ActivateHighResolutionTimer
(bool activate);
/external/chromium_org/base/message_loop/
message_loop.cc
164
Time::
ActivateHighResolutionTimer
(false);
622
Time::
ActivateHighResolutionTimer
(in_high_res_mode_);
Completed in 293 milliseconds