/external/webkit/Source/WebCore/html/ |
HTMLAppletElement.cpp | 25 #include "HTMLAppletElement.h" 39 inline HTMLAppletElement::HTMLAppletElement(const QualifiedName& tagName, Document* document) 45 PassRefPtr<HTMLAppletElement> HTMLAppletElement::create(const QualifiedName& tagName, Document* document) 47 return adoptRef(new HTMLAppletElement(tagName, document)); 50 void HTMLAppletElement::parseMappedAttribute(Attribute* attr) 81 void HTMLAppletElement::insertedIntoDocument() 92 void HTMLAppletElement::removedFromDocument() 103 bool HTMLAppletElement::rendererIsNeeded(RenderStyle* style [all...] |
HTMLAppletElement.h | 30 class HTMLAppletElement : public HTMLPlugInElement { 32 static PassRefPtr<HTMLAppletElement> create(const QualifiedName&, Document*); 35 HTMLAppletElement(const QualifiedName&, Document*);
|
HTMLAppletElement.idl | 27 ] HTMLAppletElement : HTMLElement {
|
HTMLElementsAllInOne.cpp | 35 #include "HTMLAppletElement.cpp"
|
/external/webkit/Source/WebCore/rendering/ |
RenderApplet.cpp | 26 #include "HTMLAppletElement.h" 36 RenderApplet::RenderApplet(HTMLAppletElement* applet, const HashMap<String, String>& args) 58 HTMLAppletElement* element = static_cast<HTMLAppletElement*>(node());
|
RenderApplet.h | 30 class HTMLAppletElement; 34 RenderApplet(HTMLAppletElement*, const HashMap<String, String>& args);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8HTMLPlugInElementCustom.cpp | 79 INC_STATS("DOM.HTMLAppletElement.NamedPropertyGetter"); 97 INC_STATS("DOM.HTMLAppletElement.NamedPropertySetter"); 115 INC_STATS("DOM.HTMLAppletElement()"); 165 INC_STATS("DOM.HTMLAppletElement.IndexedPropertyGetter"); 183 INC_STATS("DOM.HTMLAppletElement.IndexedPropertySetter");
|
/external/webkit/Source/WebCore/loader/ |
SubframeLoader.h | 46 class HTMLAppletElement; 74 PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const HashMap<String, String>& args);
|
FrameLoaderClient.h | 66 class HTMLAppletElement; 254 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues) = 0;
|
SubframeLoader.cpp | 39 #include "HTMLAppletElement.h" 188 PassRefPtr<Widget> SubframeLoader::createJavaAppletWidget(const IntSize& size, HTMLAppletElement* element, const HashMap<String, String>& args)
|
/external/webkit/Source/WebCore/bindings/js/ |
JSHTMLAppletElementCustom.cpp | 29 #include "HTMLAppletElement.h"
|
/external/webkit/Source/WebCore/bindings/gobject/ |
WebKitHTMLElementWrapperFactory.cpp | 38 #include "HTMLAppletElement.h" 179 return wrapHTMLAppletElement(static_cast<HTMLAppletElement*>(element.get()));
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
FrameLoaderClientAndroid.h | 194 virtual WTF::PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const WTF::Vector<String>& paramNames, const WTF::Vector<String>& paramValues);
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.h | 143 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const WTF::Vector<String>& paramNames, const WTF::Vector<String>& paramValues);
|
FrameLoaderClientEfl.cpp | 363 PassRefPtr<Widget> FrameLoaderClientEfl::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL,
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
FrameLoaderClientGtk.h | 121 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
FrameLoaderClientHaiku.h | 238 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*,
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
FrameLoaderClientWinCE.h | 116 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues);
|
FrameLoaderClientWinCE.cpp | 190 PassRefPtr<Widget> FrameLoaderClientWinCE::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&)
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
FrameLoaderClientWx.h | 219 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
|
/external/webkit/Source/WebKit/chromium/src/ |
FrameLoaderClientImpl.h | 196 WebCore::HTMLAppletElement*,
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebFrameLoaderClient.h | 209 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL,
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
FrameLoaderClientQt.h | 212 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
|
/external/webkit/Source/WebKit/win/ |
WebFrame.h | 343 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const Vector<WTF::String>& paramNames, const Vector<WTF::String>& paramValues);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebFrameLoaderClient.h | 192 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
|