Searched refs:requestAnimationFrameEnabled (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptedAnimationController.cpp129 if (!m_callbacks.size() || m_suspendCount || (m_document->settings() && !m_document->settings()->requestAnimationFrameEnabled()))
170 if (m_document->settings() && !m_document->settings()->requestAnimationFrameEnabled())
181 if (!m_document || (m_document->settings() && !m_document->settings()->requestAnimationFrameEnabled()))
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl144 HRESULT requestAnimationFrameEnabled([out, retval] BOOL*);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h317 - (BOOL)requestAnimationFrameEnabled;
H A DWebPreferences.mm1753 - (BOOL)requestAnimationFrameEnabled
H A DWebView.mm1554 settings->setRequestAnimationFrameEnabled([preferences requestAnimationFrameEnabled]);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h134 macro(RequestAnimationFrameEnabled, requestAnimationFrameEnabled, Bool, bool, true) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h480 virtual HRESULT STDMETHODCALLTYPE requestAnimationFrameEnabled(BOOL*);
H A DWebPreferences.cpp1765 HRESULT WebPreferences::requestAnimationFrameEnabled(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp5033 hr = prefsPrivate->requestAnimationFrameEnabled(&enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp898 return toImpl(preferencesRef)->requestAnimationFrameEnabled();

Completed in 257 milliseconds