Searched refs:shouldUseHighResolutionTimers (Results 1 – 9 of 9) sorted by relevance
168 if (Settings::shouldUseHighResolutionTimers()) { in setSharedTimerFireTime()
912 void Settings::setShouldUseHighResolutionTimers(bool shouldUseHighResolutionTimers) in setShouldUseHighResolutionTimers() argument914 gShouldUseHighResolutionTimers = shouldUseHighResolutionTimers; in setShouldUseHighResolutionTimers()
395 static bool shouldUseHighResolutionTimers() { return gShouldUseHighResolutionTimers; } in shouldUseHighResolutionTimers() function
89 HRESULT shouldUseHighResolutionTimers([out, retval] BOOL* useHighResolutionTimers);
392 virtual HRESULT STDMETHODCALLTYPE shouldUseHighResolutionTimers(
1426 HRESULT STDMETHODCALLTYPE WebPreferences::shouldUseHighResolutionTimers(BOOL* useHighResolutionTime… in shouldUseHighResolutionTimers() function in WebPreferences
2587 if (SUCCEEDED(m_preferences->shouldUseHighResolutionTimers(&useHighResolutionTimer))) in initWithFrame()4738 hr = prefsPrivate->shouldUseHighResolutionTimers(&enabled); in notifyPreferencesChanged()
9259 (WebPreferences::shouldUseHighResolutionTimers): Added.
59626 * page/Settings.h: Added getter/setter for shouldUseHighResolutionTimers.59627 (WebCore::Settings::shouldUseHighResolutionTimers): Added.