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

  /external/webkit/WebCore/html/
HTMLHtmlElement.cpp 24 #include "HTMLHtmlElement.h"
36 HTMLHtmlElement::HTMLHtmlElement(const QualifiedName& tagName, Document* doc)
42 HTMLHtmlElement::~HTMLHtmlElement()
46 String HTMLHtmlElement::version() const
51 void HTMLHtmlElement::setVersion(const String &value)
56 bool HTMLHtmlElement::checkDTD(const Node* newChild)
63 void HTMLHtmlElement::insertedIntoDocument()
HTMLHtmlElement.h 31 class HTMLHtmlElement : public HTMLElement {
33 HTMLHtmlElement(const QualifiedName&, Document*);
34 ~HTMLHtmlElement();

Completed in 15 milliseconds