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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.cpp 25 #include "core/html/HTMLBodyElement.h"
44 HTMLBodyElement::HTMLBodyElement(const QualifiedName& tagName, Document* document)
51 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(Document* document)
53 return adoptRef(new HTMLBodyElement(bodyTag, document));
56 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(const QualifiedName& tagName, Document* document)
58 return adoptRef(new HTMLBodyElement(tagName, document));
61 HTMLBodyElement::~HTMLBodyElement(
    [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 107 milliseconds