Searched refs:setAVFoundationEnabled (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSettings.h216 static void setAVFoundationEnabled(bool flag);
H A DSettings.cpp551 void Settings::setAVFoundationEnabled(bool enabled) function in class:WebCore::Settings
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h283 - (void)setAVFoundationEnabled:(BOOL)flag;
H A DWebPreferences.mm1573 - (void)setAVFoundationEnabled:(BOOL)flag
H A DWebView.mm1533 settings->setAVFoundationEnabled([preferences isAVFoundationEnabled]);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl196 HRESULT setAVFoundationEnabled(BOOL avFoundationEnabled);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h301 virtual HRESULT STDMETHODCALLTYPE setAVFoundationEnabled(
H A DWebPreferences.cpp1636 HRESULT WebPreferences::setAVFoundationEnabled(BOOL enabled) function in class:WebPreferences
H A DWebView.cpp4879 settings->setAVFoundationEnabled(enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp694 toImpl(preferencesRef)->setAVFoundationEnabled(enabled);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2558 settings->setAVFoundationEnabled(store.getBoolValueForKey(WebPreferencesKey::isAVFoundationEnabledKey()));

Completed in 132 milliseconds