Home
last modified time | relevance | path

Searched refs:setLoadsImagesAutomatically (Results 1 – 25 of 35) sorted by relevance

12

/external/webkit/Source/WebKit/chromium/src/
DWebSettingsImpl.cpp132 void WebSettingsImpl::setLoadsImagesAutomatically(bool loadsImagesAutomatically) in setLoadsImagesAutomatically() function in WebKit::WebSettingsImpl
134 m_settings->setLoadsImagesAutomatically(loadsImagesAutomatically); in setLoadsImagesAutomatically()
DWebSettingsImpl.h61 virtual void setLoadsImagesAutomatically(bool);
/external/webkit/Source/WebKit/wx/
DWebSettings.cpp80 m_settings->setLoadsImagesAutomatically(loadAutomatically); in SetLoadsImagesAutomatically()
DWebView.cpp396 settings->setLoadsImagesAutomatically(true); in Create()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferences.h322 - (void)setLoadsImagesAutomatically: (BOOL)flag;
DWebPreferences.mm746 - (void)setLoadsImagesAutomatically: (BOOL)flag
/external/webkit/Source/WebKit/chromium/public/
DWebSettings.h68 virtual void setLoadsImagesAutomatically(bool) = 0;
/external/webkit/Tools/DumpRenderTree/chromium/
DWebPreferences.cpp136 settings->setLoadsImagesAutomatically(loadsImagesAutomatically); in applyTo()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp126 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) in openInspectorFrontend()
132 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) in openInspectorFrontend()
/external/chromium/webkit/glue/
Dwebpreferences.cc103 settings->setLoadsImagesAutomatically(loads_images_automatically); in Apply()
/external/webkit/Source/WebCore/page/
DSettings.h109 void setLoadsImagesAutomatically(bool);
DSettings.cpp313 void Settings::setLoadsImagesAutomatically(bool loadsImagesAutomatically) in setLoadsImagesAutomatically() function in WebCore::Settings
/external/webkit/Source/WebKit/win/Interfaces/
DIWebPreferences.idl139 HRESULT setLoadsImagesAutomatically([in] BOOL enabled);
/external/webkit/Source/WebKit/wince/
DWebView.cpp105 settings->setLoadsImagesAutomatically(true); in WebView()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPreferences.cpp67 toImpl(preferencesRef)->setLoadsImagesAutomatically(loadsImagesAutomatically); in WKPreferencesSetLoadsImagesAutomatically()
/external/webkit/Source/WebKit/win/
DWebPreferences.h172 virtual HRESULT STDMETHODCALLTYPE setLoadsImagesAutomatically(
DWebPreferences.cpp917 HRESULT STDMETHODCALLTYPE WebPreferences::setLoadsImagesAutomatically( in setLoadsImagesAutomatically() function in WebPreferences
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm226 [preferences setLoadsImagesAutomatically:YES];
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.cpp166 settings->setLoadsImagesAutomatically(value); in apply()
/external/webkit/Source/WebKit/android/jni/
DWebSettings.cpp407 s->setLoadsImagesAutomatically(flag); in Sync()
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp150 preferences->setLoadsImagesAutomatically(FALSE); in disableImageLoading()
DDumpRenderTree.cpp854 preferences->setLoadsImagesAutomatically(TRUE); in resetDefaultsToConsistentValues()
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm572 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
/external/webkit/Source/WebKit/efl/ewk/
Dewk_view.cpp565 priv->page_settings->setLoadsImagesAutomatically(true); in _ewk_view_priv_new()
2402 priv->page_settings->setLoadsImagesAutomatically(automatic); in ewk_view_setting_auto_load_images_set()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp3305 settings->setLoadsImagesAutomatically(autoLoadImages); in webkit_web_view_update_settings()
3404 settings->setLoadsImagesAutomatically(g_value_get_boolean(&value)); in webkit_web_view_settings_notify()

12