Searched refs:loadsImagesAutomatically (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webpreferences.py35 self.failUnlessResultIsBOOL(WebPreferences.loadsImagesAutomatically)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_webpreferences.py35 self.assertResultIsBOOL(WebPreferences.loadsImagesAutomatically)
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPreferences.h321 - (BOOL)loadsImagesAutomatically;
H A DWebPreferences.mm780 - (BOOL)loadsImagesAutomatically
H A DWebView.mm1461 settings->setLoadsImagesAutomatically([preferences loadsImagesAutomatically]);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DSettings.cpp57 frame->document()->cachedResourceLoader()->setAutoLoadImages(page->settings()->loadsImagesAutomatically());
348 void Settings::setLoadsImagesAutomatically(bool loadsImagesAutomatically) argument
350 m_loadsImagesAutomatically = loadsImagesAutomatically;
H A DSettings.h108 bool loadsImagesAutomatically() const { return m_loadsImagesAutomatically; } function in class:WebCore::Settings
H A DDragController.cpp664 && sourceFrame->settings()->loadsImagesAutomatically()) {
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebSettings.h64 bool loadsImagesAutomatically() const;
H A DWebSettings.cpp243 bool WebSettings::loadsImagesAutomatically() const function in class:BlackBerry::WebKit::WebSettings
H A DWebPage.cpp5769 coreSettings->setLoadsImagesAutomatically(webSettings->loadsImagesAutomatically());
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconController.cpp151 if (settings && !settings->loadsImagesAutomatically() && !settings->loadsSiteIconsIgnoringImageLoadingSetting())
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKPreferences.h60 WK_EXPORT void WKPreferencesSetLoadsImagesAutomatically(WKPreferencesRef preferences, bool loadsImagesAutomatically);
H A DWKPreferences.cpp82 void WKPreferencesSetLoadsImagesAutomatically(WKPreferencesRef preferencesRef, bool loadsImagesAutomatically) argument
84 toImpl(preferencesRef)->setLoadsImagesAutomatically(loadsImagesAutomatically);
89 return toImpl(preferencesRef)->loadsImagesAutomatically();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_settings.cpp101 return settings->preferences()->loadsImagesAutomatically();
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl133 HRESULT loadsImagesAutomatically([out, retval] BOOL* enabled);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebPreferencesStore.h68 macro(LoadsImagesAutomatically, loadsImagesAutomatically, Bool, bool, true) \
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h193 virtual HRESULT STDMETHODCALLTYPE loadsImagesAutomatically(
H A DWebPreferences.cpp966 HRESULT STDMETHODCALLTYPE WebPreferences::loadsImagesAutomatically( function in class:WebPreferences
H A DWebView.cpp4796 hr = preferences->loadsImagesAutomatically(&enabled);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitSettings.cpp1211 return settings->priv->preferences->loadsImagesAutomatically();
1226 bool currentValue = priv->preferences->loadsImagesAutomatically();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundle.cpp228 macro(WebKitDisplayImagesKey, LoadsImagesAutomatically, loadsImagesAutomatically)
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DFrameLoader.cpp672 m_frame->document()->cachedResourceLoader()->setAutoLoadImages(settings->loadsImagesAutomatically());
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_view.cpp806 priv->settings.autoLoadImages = priv->pageSettings->loadsImagesAutomatically();

Completed in 259 milliseconds