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

  /external/webkit/Source/WebCore/html/
HTMLDirectoryElement.cpp 24 #include "HTMLDirectoryElement.h"
32 inline HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* document)
38 PassRefPtr<HTMLDirectoryElement> HTMLDirectoryElement::create(const QualifiedName& tagName, Document* document)
40 return adoptRef(new HTMLDirectoryElement(tagName, document));
HTMLDirectoryElement.h 30 class HTMLDirectoryElement : public HTMLElement {
32 static PassRefPtr<HTMLDirectoryElement> create(const QualifiedName& tagName, Document*);
35 HTMLDirectoryElement(const QualifiedName&, Document*);

Completed in 62 milliseconds