Home
last modified time | relevance | path

Searched defs:loadManually (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebPluginParams.h45 bool loadManually; member
/external/webkit/Source/WebCore/html/
DPluginDocument.h59 … void setShouldLoadPluginManually(bool loadManually) { m_shouldLoadPluginManually = loadManually; } in setShouldLoadPluginManually()
DHTMLImageElement.h59 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); } in setLoadManually()
/external/webkit/Source/WebCore/loader/
DImageLoader.h57 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually()
DSubframeLoader.cpp346 …bool loadManually = document()->isPluginDocument() && !m_containsPlugins && toPluginDocument(docum… in loadPlugin() local
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPlugin.h62 bool loadManually; member
/external/webkit/Source/WebCore/plugins/
DPluginStream.h71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; } in setLoadManually()
DPluginView.cpp894 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in PluginView()
1053 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in create()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp1080 bool loadManually) in PluginToggleWidget()
1201 bool loadManually) { in createPlugin()
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp766 bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFrameLoaderClientEfl.cpp330 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp881 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp876 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1439 bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFrameLoaderClientGtk.cpp611 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebFrameLoaderClient.cpp1201 …<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp1509 … const Vector<String>& paramValues, const String& mimeType, bool loadManually) in createPlugin()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_frame.cpp2040 …Names, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually) in ewk_frame_plugin_create()
Dewk_view.cpp4108 …Names, const WTF::Vector<WTF::String>& paramValues, const WTF::String& mimeType, bool loadManually) in ewk_view_plugin_create()