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

/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl208 HRESULT setShouldDisplayTextDescriptions(BOOL shouldDisplayTextDescriptions);
209 HRESULT shouldDisplayTextDescriptions(BOOL *shouldDisplayTextDescriptions);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DCaptionUserPreferences.cpp125 return page->settings()->shouldDisplayTextDescriptions();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferencesPrivate.h309 - (BOOL)shouldDisplayTextDescriptions;
H A DWebPreferences.mm1718 - (BOOL)shouldDisplayTextDescriptions
H A DWebView.mm1549 settings->setShouldDisplayTextDescriptions([preferences shouldDisplayTextDescriptions]);
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternalSettings.cpp97 , m_shouldDisplayTextDescriptions(settings->shouldDisplayTextDescriptions())
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h130 macro(ShouldDisplayTextDescriptions, shouldDisplayTextDescriptions, Bool, bool, false) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h322 virtual HRESULT STDMETHODCALLTYPE shouldDisplayTextDescriptions(
H A DWebPreferences.cpp1736 HRESULT WebPreferences::shouldDisplayTextDescriptions(BOOL* enabled) function in class:WebPreferences
H A DWebView.cpp4706 hr = preferences->shouldDisplayTextDescriptions(&enabled);
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp327 bool shouldDisplayTextDescriptions: 1; member in struct:_Ewk_View_Private_Data::__anon5540
823 priv->settings.shouldDisplayTextDescriptions = priv->pageSettings->shouldDisplayTextDescriptions();
4416 return priv->settings.shouldDisplayTextDescriptions;
4429 if (priv->settings.shouldDisplayTextDescriptions != enable) {
4431 priv->settings.shouldDisplayTextDescriptions = enable;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.cpp868 return toImpl(preferencesRef)->shouldDisplayTextDescriptions();

Completed in 207 milliseconds