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

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

Completed in 44 milliseconds