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

  /external/webkit/WebCore/html/
HTMLHeadElement.cpp 24 #include "HTMLHeadElement.h"
33 HTMLHeadElement::HTMLHeadElement(const QualifiedName& qName, Document* doc)
39 HTMLHeadElement::~HTMLHeadElement()
43 String HTMLHeadElement::profile() const
48 void HTMLHeadElement::setProfile(const String &value)
53 bool HTMLHeadElement::childAllowed(Node* newChild)
62 bool HTMLHeadElement::checkDTD(const Node* newChild)
HTMLHeadElement.h 31 class HTMLHeadElement : public HTMLElement {
33 HTMLHeadElement(const QualifiedName&, Document*);
34 ~HTMLHeadElement();

Completed in 157 milliseconds