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

  /external/webkit/Source/WebCore/html/
HTMLHtmlElement.h 31 class HTMLHtmlElement : public HTMLElement {
33 static PassRefPtr<HTMLHtmlElement> create(Document*);
34 static PassRefPtr<HTMLHtmlElement> create(const QualifiedName&, Document*);
41 HTMLHtmlElement(const QualifiedName&, Document*);
HTMLHtmlElement.cpp 25 #include "HTMLHtmlElement.h"
38 HTMLHtmlElement::HTMLHtmlElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(Document* document)
46 return adoptRef(new HTMLHtmlElement(htmlTag, document));
49 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName, Document* document)
51 return adoptRef(new HTMLHtmlElement(tagName, document));
54 bool HTMLHtmlElement::isURLAttribute(Attribute* attribute) cons
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 

Completed in 405 milliseconds