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

/external/webkit/Source/WebCore/html/
H A DHTMLFrameSetElement.cpp25 #include "HTMLFrameSetElement.h"
45 HTMLFrameSetElement::HTMLFrameSetElement(const QualifiedName& tagName, Document* document) function in class:WebCore::HTMLFrameSetElement
59 PassRefPtr<HTMLFrameSetElement> HTMLFrameSetElement::create(const QualifiedName& tagName, Document* document)
61 return adoptRef(new HTMLFrameSetElement(tagName, document));
64 bool HTMLFrameSetElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
74 void HTMLFrameSetElement::parseMappedAttribute(Attribute* attr)
150 bool HTMLFrameSetElement::rendererIsNeeded(RenderStyle *style)
157 RenderObject *HTMLFrameSetElement
[all...]
H A DHTMLFrameElement.cpp29 #include "HTMLFrameSetElement.h"
62 static inline HTMLFrameSetElement* containingFrameSetElement(Node* node)
66 return static_cast<HTMLFrameSetElement*>(node);
75 if (HTMLFrameSetElement* frameSetElement = containingFrameSetElement(this)) {
H A DHTMLFrameSetElement.h32 class HTMLFrameSetElement : public HTMLElement { class in namespace:WebCore
34 static PassRefPtr<HTMLFrameSetElement> create(const QualifiedName&, Document*);
68 HTMLFrameSetElement(const QualifiedName&, Document*);
H A DHTMLFrameSetElement.idl25 ] HTMLFrameSetElement : HTMLElement {
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLFrameSetElementCustom.cpp38 #include "HTMLFrameSetElement.h"
50 INC_STATS("DOM.HTMLFrameSetElement.NamedPropertyGetter");
51 HTMLFrameSetElement* imp = V8HTMLFrameSetElement::toNative(info.Holder());
/external/webkit/Source/WebCore/rendering/
H A DRenderFrameSet.h30 class HTMLFrameSetElement;
57 RenderFrameSet(HTMLFrameSetElement*);
104 inline HTMLFrameSetElement* frameSet() const;
H A DRenderFrameSet.cpp33 #include "HTMLFrameSetElement.h"
44 RenderFrameSet::RenderFrameSet(HTMLFrameSetElement* frameSet)
64 inline HTMLFrameSetElement* RenderFrameSet::frameSet() const
66 return static_cast<HTMLFrameSetElement*>(node());
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLFrameSetElementCustom.cpp32 #include "HTMLFrameSetElement.h"
44 bool JSHTMLFrameSetElement::canGetItemsForName(ExecState*, HTMLFrameSetElement* frameSet, const Identifier& propertyName)
/external/webkit/Source/WebCore/page/
H A DEventHandler.h57 class HTMLFrameSetElement;
137 void setResizingFrameSet(HTMLFrameSetElement*);
441 RefPtr<HTMLFrameSetElement> m_frameSetBeingResized;
H A DDOMWindow.idl435 attribute HTMLFrameSetElementConstructor HTMLFrameSetElement;
H A DEventHandler.cpp50 #include "HTMLFrameSetElement.h"
2385 void EventHandler::setResizingFrameSet(HTMLFrameSetElement* frameSet)
/external/webkit/Source/WebCore/bindings/gobject/
H A DWebKitHTMLElementWrapperFactory.cpp56 #include "HTMLFrameSetElement.h"
291 return wrapHTMLFrameSetElement(static_cast<HTMLFrameSetElement*>(element.get()));
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 287 milliseconds