/external/webkit/Source/WebKit/chromium/src/ |
D | WebSettingsImpl.cpp | 132 void WebSettingsImpl::setLoadsImagesAutomatically(bool loadsImagesAutomatically) in setLoadsImagesAutomatically() function in WebKit::WebSettingsImpl 134 m_settings->setLoadsImagesAutomatically(loadsImagesAutomatically); in setLoadsImagesAutomatically()
|
D | WebSettingsImpl.h | 61 virtual void setLoadsImagesAutomatically(bool);
|
/external/webkit/Source/WebKit/wx/ |
D | WebSettings.cpp | 80 m_settings->setLoadsImagesAutomatically(loadAutomatically); in SetLoadsImagesAutomatically()
|
D | WebView.cpp | 396 settings->setLoadsImagesAutomatically(true); in Create()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebPreferences.h | 322 - (void)setLoadsImagesAutomatically: (BOOL)flag;
|
D | WebPreferences.mm | 746 - (void)setLoadsImagesAutomatically: (BOOL)flag
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebSettings.h | 68 virtual void setLoadsImagesAutomatically(bool) = 0;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | WebPreferences.cpp | 136 settings->setLoadsImagesAutomatically(loadsImagesAutomatically); in applyTo()
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebInspectorClient.cpp | 126 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) in openInspectorFrontend() 132 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE))) in openInspectorFrontend()
|
/external/chromium/webkit/glue/ |
D | webpreferences.cc | 103 settings->setLoadsImagesAutomatically(loads_images_automatically); in Apply()
|
/external/webkit/Source/WebCore/page/ |
D | Settings.h | 109 void setLoadsImagesAutomatically(bool);
|
D | Settings.cpp | 313 void Settings::setLoadsImagesAutomatically(bool loadsImagesAutomatically) in setLoadsImagesAutomatically() function in WebCore::Settings
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebPreferences.idl | 139 HRESULT setLoadsImagesAutomatically([in] BOOL enabled);
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.cpp | 105 settings->setLoadsImagesAutomatically(true); in WebView()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPreferences.cpp | 67 toImpl(preferencesRef)->setLoadsImagesAutomatically(loadsImagesAutomatically); in WKPreferencesSetLoadsImagesAutomatically()
|
/external/webkit/Source/WebKit/win/ |
D | WebPreferences.h | 172 virtual HRESULT STDMETHODCALLTYPE setLoadsImagesAutomatically(
|
D | WebPreferences.cpp | 917 HRESULT STDMETHODCALLTYPE WebPreferences::setLoadsImagesAutomatically( in setLoadsImagesAutomatically() function in WebPreferences
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
D | WebInspectorClient.mm | 226 [preferences setLoadsImagesAutomatically:YES];
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebsettings.cpp | 166 settings->setLoadsImagesAutomatically(value); in apply()
|
/external/webkit/Source/WebKit/android/jni/ |
D | WebSettings.cpp | 407 s->setLoadsImagesAutomatically(flag); in Sync()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 150 preferences->setLoadsImagesAutomatically(FALSE); in disableImageLoading()
|
D | DumpRenderTree.cpp | 854 preferences->setLoadsImagesAutomatically(TRUE); in resetDefaultsToConsistentValues()
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 572 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_view.cpp | 565 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/ |
D | webkitwebview.cpp | 3305 settings->setLoadsImagesAutomatically(autoLoadImages); in webkit_web_view_update_settings() 3404 settings->setLoadsImagesAutomatically(g_value_get_boolean(&value)); in webkit_web_view_settings_notify()
|