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

  /external/webkit/Source/WebCore/html/
HTMLBodyElement.h 33 class HTMLBodyElement : public HTMLElement {
35 static PassRefPtr<HTMLBodyElement> create(Document*);
36 static PassRefPtr<HTMLBodyElement> create(const QualifiedName&, Document*);
37 virtual ~HTMLBodyElement();
71 HTMLBodyElement(const QualifiedName&, Document*);
HTMLBodyElement.cpp 25 #include "HTMLBodyElement.h"
43 HTMLBodyElement::HTMLBodyElement(const QualifiedName& tagName, Document* document)
49 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(Document* document)
51 return adoptRef(new HTMLBodyElement(bodyTag, document));
54 PassRefPtr<HTMLBodyElement> HTMLBodyElement::create(const QualifiedName& tagName, Document* document)
56 return adoptRef(new HTMLBodyElement(tagName, document));
59 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 22 milliseconds