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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHtmlElement.cpp 25 #include "core/html/HTMLHtmlElement.h"
39 HTMLHtmlElement::HTMLHtmlElement(const QualifiedName& tagName, Document* document)
46 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(Document* document)
48 return adoptRef(new HTMLHtmlElement(htmlTag, document));
51 PassRefPtr<HTMLHtmlElement> HTMLHtmlElement::create(const QualifiedName& tagName, Document* document)
53 return adoptRef(new HTMLHtmlElement(tagName, document));
56 bool HTMLHtmlElement::isURLAttribute(const 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 145 milliseconds