Searched refs:HTMLIFrameElement (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLIFrameElement.cpp26 #include "HTMLIFrameElement.h"
39 inline HTMLIFrameElement::HTMLIFrameElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLIFrameElement
45 PassRefPtr<HTMLIFrameElement> HTMLIFrameElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLIFrameElement(tagName, document));
50 bool HTMLIFrameElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
106 void HTMLIFrameElement::parseMappedAttribute(Attribute* attr)
134 bool HTMLIFrameElement::rendererIsNeeded(RenderStyle* style)
139 RenderObject* HTMLIFrameElement
[all...]
H A DHTMLIFrameElement.h31 class HTMLIFrameElement : public HTMLFrameElementBase { class in namespace:WebCore
33 static PassRefPtr<HTMLIFrameElement> create(const QualifiedName&, Document*);
36 HTMLIFrameElement(const QualifiedName&, Document*);
H A DHTMLIFrameElement.idl23 interface HTMLIFrameElement : HTMLElement {
/external/webkit/Source/WebCore/rendering/
H A DRenderIFrame.cpp31 #include "HTMLIFrameElement.h"
50 HTMLIFrameElement* frame = static_cast<HTMLIFrameElement*>(node());
68 HTMLIFrameElement* frame = static_cast<HTMLIFrameElement*>(node());
85 HTMLIFrameElement* element = static_cast<HTMLIFrameElement*>(node());
H A DRenderEmbeddedObject.cpp36 #include "HTMLIFrameElement.h"
242 HTMLIFrameElement* frame = static_cast<HTMLIFrameElement*>(node());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
H A DInjectedBundleNodeHandle.cpp35 #include <WebCore/HTMLIFrameElement.h>
205 Frame* frame = static_cast<HTMLIFrameElement*>(m_node.get())->contentFrame();
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLDocumentCustom.cpp35 #include "HTMLIFrameElement.h"
75 if (node->hasTagName(iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLDocumentCustom.cpp38 #include "HTMLIFrameElement.h"
88 if (node->hasTagName(HTMLNames::iframeTag) && (frame = static_cast<HTMLIFrameElement*>(node)->contentFrame()))
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp39 #include <WebCore/HTMLIFrameElement.h>
1614 HTMLIFrameElement* iFrameElement = static_cast<HTMLIFrameElement*>(m_element);
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitHTMLElementWrapperFactory.cpp61 #include "HTMLIFrameElement.h"
316 return wrapHTMLIFrameElement(static_cast<HTMLIFrameElement*>(element.get()));
/external/webkit/Source/WebCore/page/
H A DDOMWindow.idl440 attribute HTMLIFrameElementConstructor HTMLIFrameElement;
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp84 #include "HTMLIFrameElement.h"
904 HTMLIFrameElement* iframe = static_cast<HTMLIFrameElement*>(source.get());
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 248 milliseconds