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

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl134 HRESULT setMediaPlaybackAllowsInline([in] BOOL);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h226 - (void)setMediaPlaybackAllowsInline:(BOOL)flag;
H A DWebPreferences.mm1627 - (void)setMediaPlaybackAllowsInline:(BOOL)flag
H A DWebView.mm1539 settings->setMediaPlaybackAllowsInline([preferences mediaPlaybackAllowsInline]);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h472 virtual HRESULT STDMETHODCALLTYPE setMediaPlaybackAllowsInline(BOOL);
H A DWebPreferences.cpp1014 HRESULT STDMETHODCALLTYPE WebPreferences::setMediaPlaybackAllowsInline( function in class:WebPreferences
H A DWebView.cpp5026 settings->setMediaPlaybackAllowsInline(enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp753 toImpl(preferencesRef)->setMediaPlaybackAllowsInline(flag);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp2509 priv->preferences->setMediaPlaybackAllowsInline(enabled);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebview.cpp3539 coreSettings->setMediaPlaybackAllowsInline(settingsPrivate->mediaPlaybackAllowsInline);
3696 settings->setMediaPlaybackAllowsInline(g_value_get_boolean(&value));
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebPage.cpp2540 settings->setMediaPlaybackAllowsInline(store.getBoolValueForKey(WebPreferencesKey::mediaPlaybackAllowsInlineKey()));

Completed in 280 milliseconds