Searched defs:HTMLElement (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/html/
H A DHTMLElement.h36 class HTMLElement : public StyledElement { class in namespace:WebCore
38 static PassRefPtr<HTMLElement> create(const QualifiedName& tagName, Document*);
85 HTMLElement(const QualifiedName& tagName, Document*, ConstructionType = CreateElementZeroRefCount);
116 inline HTMLElement::HTMLElement(const QualifiedName& tagName, Document* document, ConstructionType type) function in class:WebCore::HTMLElement

Completed in 58 milliseconds