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

/external/webkit/WebKit/chromium/public/
H A DWebSettings.h60 virtual void setLoadsImagesAutomatically(bool) = 0;
/external/webkit/WebKit/chromium/src/
H A DWebSettingsImpl.h62 virtual void setLoadsImagesAutomatically(bool);
H A DWebSettingsImpl.cpp128 void WebSettingsImpl::setLoadsImagesAutomatically(bool loadsImagesAutomatically) function in class:WebKit::WebSettingsImpl
130 m_settings->setLoadsImagesAutomatically(loadsImagesAutomatically);
/external/webkit/WebKit/mac/WebView/
H A DWebPreferences.h322 - (void)setLoadsImagesAutomatically: (BOOL)flag;
H A DWebPreferences.mm689 - (void)setLoadsImagesAutomatically: (BOOL)flag
H A DWebView.mm1300 settings->setLoadsImagesAutomatically([preferences loadsImagesAutomatically]);
/external/webkit/WebKit/wx/
H A DWebSettings.cpp80 m_settings->setLoadsImagesAutomatically(loadAutomatically);
H A DWebView.cpp329 settings->setLoadsImagesAutomatically(true);
/external/webkit/WebKit/win/WebCoreSupport/
H A DWebInspectorClient.cpp147 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
153 if (FAILED(preferences->setLoadsImagesAutomatically(TRUE)))
/external/webkit/WebCore/page/
H A DSettings.h122 void setLoadsImagesAutomatically(bool);
H A DSettings.cpp248 void Settings::setLoadsImagesAutomatically(bool loadsImagesAutomatically) function in class:WebCore::Settings
/external/webkit/WebKit/android/jni/
H A DWebCoreJniOnLoad.cpp242 s->setLoadsImagesAutomatically(true);
H A DWebSettings.cpp309 s->setLoadsImagesAutomatically(flag);
/external/webkit/WebKit/win/Interfaces/
H A DIWebPreferences.idl132 HRESULT setLoadsImagesAutomatically([in] BOOL enabled);
/external/webkit/WebKit/win/
H A DWebPreferences.h172 virtual HRESULT STDMETHODCALLTYPE setLoadsImagesAutomatically(
H A DWebPreferences.cpp879 HRESULT STDMETHODCALLTYPE WebPreferences::setLoadsImagesAutomatically( function in class:WebPreferences
H A DWebView.cpp4502 settings->setLoadsImagesAutomatically(!!enabled);
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.mm179 [preferences setLoadsImagesAutomatically:YES];
/external/webkit/WebKit/qt/Api/
H A Dqwebsettings.cpp150 settings->setLoadsImagesAutomatically(value);
/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm371 [[WebPreferences standardPreferences] setLoadsImagesAutomatically:NO];
H A DDumpRenderTree.mm424 [preferences setLoadsImagesAutomatically:YES];
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp135 preferences->setLoadsImagesAutomatically(FALSE);
H A DDumpRenderTree.cpp775 preferences->setLoadsImagesAutomatically(TRUE);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp2596 settings->setLoadsImagesAutomatically(autoLoadImages);
2673 settings->setLoadsImagesAutomatically(g_value_get_boolean(&value));

Completed in 94 milliseconds