Searched refs:mediaPlaybackAllowsInline (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebsettingsprivate.h88 gboolean mediaPlaybackAllowsInline; member in struct:_WebKitWebSettingsPrivate
H A Dwebkitwebsettings.cpp1218 priv->mediaPlaybackAllowsInline = g_value_get_boolean(value);
1407 g_value_set_boolean(value, priv->mediaPlaybackAllowsInline);
H A Dwebkitwebview.cpp3539 coreSettings->setMediaPlaybackAllowsInline(settingsPrivate->mediaPlaybackAllowsInline);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferencesPrivate.idl135 HRESULT mediaPlaybackAllowsInline([out, retval] BOOL*);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h227 - (BOOL)mediaPlaybackAllowsInline;
H A DWebPreferences.mm1622 - (BOOL)mediaPlaybackAllowsInline
H A DWebView.mm1539 settings->setMediaPlaybackAllowsInline([preferences mediaPlaybackAllowsInline]);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h118 macro(MediaPlaybackAllowsInline, mediaPlaybackAllowsInline, Bool, bool, true) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h471 virtual HRESULT STDMETHODCALLTYPE mediaPlaybackAllowsInline(BOOL*);
H A DWebPreferences.cpp1021 HRESULT STDMETHODCALLTYPE WebPreferences::mediaPlaybackAllowsInline( function in class:WebPreferences
H A DWebView.cpp5023 hr = prefsPrivate->mediaPlaybackAllowsInline(&enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp2490 return settings->priv->preferences->mediaPlaybackAllowsInline();
2505 bool currentValue = priv->preferences->mediaPlaybackAllowsInline();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp758 return toImpl(preferencesRef)->mediaPlaybackAllowsInline();

Completed in 176 milliseconds