Searched refs:shouldDisplayCaptions (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl205 HRESULT setShouldDisplayCaptions(BOOL shouldDisplayCaptions);
206 HRESULT shouldDisplayCaptions(BOOL *shouldDisplayCaptions);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DCaptionUserPreferences.cpp87 return page->settings()->shouldDisplayCaptions();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h306 - (BOOL)shouldDisplayCaptions;
H A DWebPreferences.mm1708 - (BOOL)shouldDisplayCaptions
H A DWebView.mm1548 settings->setShouldDisplayCaptions([preferences shouldDisplayCaptions]);
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternalSettings.cpp96 , m_shouldDisplayCaptions(settings->shouldDisplayCaptions())
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h129 macro(ShouldDisplayCaptions, shouldDisplayCaptions, Bool, bool, false) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h316 virtual HRESULT STDMETHODCALLTYPE shouldDisplayCaptions(
H A DWebPreferences.cpp1713 HRESULT WebPreferences::shouldDisplayCaptions(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4701 hr = preferences->shouldDisplayCaptions(&enabled);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp325 bool shouldDisplayCaptions : 1; member in struct:_Ewk_View_Private_Data::__anon5540
821 priv->settings.shouldDisplayCaptions = priv->pageSettings->shouldDisplayCaptions();
4372 return priv->settings.shouldDisplayCaptions;
4385 if (priv->settings.shouldDisplayCaptions != enable) {
4387 priv->settings.shouldDisplayCaptions = enable;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp858 return toImpl(preferencesRef)->shouldDisplayCaptions();

Completed in 333 milliseconds