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/message_loop/
incoming_task_queue.cc
62
Time::
ActivateHighResolutionTimer
(false);
91
if (Time::
ActivateHighResolutionTimer
(true)) {
106
Time::
ActivateHighResolutionTimer
(false);
/external/chromium_org/base/timer/
hi_res_timer_manager_unittest.cc
42
base::Time::
ActivateHighResolutionTimer
(true);
56
base::Time::
ActivateHighResolutionTimer
(false);
/external/chromium_org/base/time/
time.h
339
// timer is not enabled, calls to
ActivateHighResolutionTimer
will fail.
354
static bool
ActivateHighResolutionTimer
(bool activate);
time_win.cc
179
bool Time::
ActivateHighResolutionTimer
(bool activating) {
Completed in 279 milliseconds