Home
last modified time | relevance | path

Searched refs:gShouldUseHighResolutionTimers (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DSettings.h395 static bool shouldUseHighResolutionTimers() { return gShouldUseHighResolutionTimers; } in shouldUseHighResolutionTimers()
650 static bool gShouldUseHighResolutionTimers; variable
DSettings.cpp59 bool Settings::gShouldUseHighResolutionTimers = true; member in WebCore::Settings
914 gShouldUseHighResolutionTimers = shouldUseHighResolutionTimers; in setShouldUseHighResolutionTimers()