/external/webkit/WebKit/chromium/public/ |
WebPluginParams.h | 45 bool loadManually;
|
/external/webkit/WebCore/loader/ |
ImageLoader.h | 54 void setLoadManually(bool loadManually) { m_loadManually = loadManually; }
|
FrameLoaderClient.h | 222 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually) = 0;
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.h | 58 loadManually:(BOOL)loadManually
|
WebHostedNetscapePluginView.mm | 75 loadManually:(BOOL)loadManually 78 self = [super initWithFrame:frame pluginPackage:pluginPackage URL:URL baseURL:baseURL MIMEType:MIME attributeKeys:keys attributeValues:values loadManually:loadManually element:element];
|
/external/webkit/WebCore/html/ |
HTMLImageElement.h | 68 void setLoadManually(bool loadManually) { m_imageLoader.setLoadManually(loadManually); }
|
/external/webkit/WebCore/plugins/ |
PluginStream.h | 71 void setLoadManually(bool loadManually) { m_loadManually = loadManually; }
|
PluginView.h | 133 static PassRefPtr<PluginView> create(Frame* parentFrame, const IntSize&, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually); 249 PluginView(Frame* parentFrame, const IntSize&, PluginPackage*, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually);
|
PluginView.cpp | 893 PluginView::PluginView(Frame* parentFrame, const IntSize& size, PluginPackage* plugin, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 905 , m_mode(loadManually ? NP_FULL : NP_EMBED) 943 , m_loadManually(loadManually) 1047 PassRefPtr<PluginView> PluginView::create(Frame* parentFrame, const IntSize& size, Element* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 1060 return adoptRef(new PluginView(parentFrame, size, plugin, element, url, paramNames, paramValues, mimeTypeCopy, loadManually)); [all...] |
/external/webkit/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.h | 86 loadManually:(BOOL)loadManually
|
WebNetscapePluginView.h | 120 loadManually:(BOOL)loadManually
|
WebBaseNetscapePluginView.mm | 131 loadManually:(BOOL)loadManually 158 if (loadManually) 163 _loadManually = loadManually;
|
/external/webkit/WebKit/haiku/WebCoreSupport/ |
FrameLoaderClientHaiku.h | 225 bool loadManually);
|
FrameLoaderClientHaiku.cpp | 757 bool loadManually)
|
/external/webkit/WebKit/win/WebCoreSupport/ |
WebFrameLoaderClient.h | 115 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const Vector<WebCore::String>&, const Vector<WebCore::String>&, const WebCore::String&, bool loadManually);
|
WebFrameLoaderClient.cpp | 821 PassRefPtr<Widget> WebFrameLoaderClient::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) [all...] |
/external/webkit/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.h | 204 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually) ;
|
FrameLoaderClientWx.cpp | 850 PassRefPtr<Widget> FrameLoaderClientWx::createPlugin(const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 853 RefPtr<PluginView> pv = PluginView::create(m_frame, size, element, url, paramNames, paramValues, mimeType, loadManually);
|
/external/webkit/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.cpp | [all...] |
FrameLoaderClientAndroid.h | 183 const String&, bool loadManually);
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.mm | [all...] |
/external/webkit/WebKit/chromium/src/ |
FrameLoaderClientImpl.h | 180 const WebCore::String&, bool loadManually);
|
FrameLoaderClientImpl.cpp | [all...] |
/external/webkit/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.cpp | 439 PassRefPtr<Widget> FrameLoaderClient::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) 459 RefPtr<PluginView> pluginView = PluginView::create(core(m_frame), pluginSize, element, url, paramNames, paramValues, mimeType, loadManually); [all...] |
/external/webkit/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.cpp | [all...] |