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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLParagraphElement.cpp 24 #include "core/html/HTMLParagraphElement.h"
34 inline HTMLParagraphElement::HTMLParagraphElement(const QualifiedName& tagName, Document* document)
41 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(Document* document)
43 return adoptRef(new HTMLParagraphElement(pTag, document));
46 PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(const QualifiedName& tagName, Document* document)
48 return adoptRef(new HTMLParagraphElement(tagName, document));
51 bool HTMLParagraphElement::isPresentationAttribute(const QualifiedName& name) 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 157 milliseconds