HomeSort by relevance Sort by last modified time
    Searched defs:HTMLHeadElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLHeadElement.cpp 25 #include "HTMLHeadElement.h"
34 HTMLHeadElement::HTMLHeadElement(const QualifiedName& tagName, Document* document)
40 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(Document* document)
42 return adoptRef(new HTMLHeadElement(headTag, document));
45 PassRefPtr<HTMLHeadElement> HTMLHeadElement::create(const QualifiedName& tagName, Document* document)
47 return adoptRef(new HTMLHeadElement(tagName, document));
HTMLHeadElement.h 31 class HTMLHeadElement : public HTMLElement {
33 static PassRefPtr<HTMLHeadElement> create(Document*);
34 static PassRefPtr<HTMLHeadElement> create(const QualifiedName&, Document*);
37 HTMLHeadElement(const QualifiedName&, Document*);

Completed in 320 milliseconds