OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActivateHighResolutionTimer
(Results
1 - 7
of
7
) sorted by null
/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/message_loop/
incoming_task_queue.cc
84
Time::
ActivateHighResolutionTimer
(false);
113
if (Time::
ActivateHighResolutionTimer
(true)) {
128
Time::
ActivateHighResolutionTimer
(false);
/external/chromium/base/
message_loop.cc
493
base::Time::
ActivateHighResolutionTimer
(true);
506
base::Time::
ActivateHighResolutionTimer
(false);
time_win.cc
165
bool Time::
ActivateHighResolutionTimer
(bool activate) {
time.h
276
// timer is not enabled, calls to
ActivateHighResolutionTimer
will fail.
290
static bool
ActivateHighResolutionTimer
(bool activate);
/external/chromium_org/base/time/
time.h
327
// timer is not enabled, calls to
ActivateHighResolutionTimer
will fail.
342
static bool
ActivateHighResolutionTimer
(bool activate);
time_win.cc
179
bool Time::
ActivateHighResolutionTimer
(bool activating) {
Completed in 67 milliseconds