HTMLParagraphElement  787 Source/core/editing/htmlediting.cpp         return HTMLParagraphElement::create(document);
HTMLParagraphElement   34 Source/core/html/HTMLParagraphElement.cpp inline HTMLParagraphElement::HTMLParagraphElement(Document& document)
HTMLParagraphElement   40 Source/core/html/HTMLParagraphElement.cpp PassRefPtr<HTMLParagraphElement> HTMLParagraphElement::create(Document& document)
HTMLParagraphElement   42 Source/core/html/HTMLParagraphElement.cpp     return adoptRef(new HTMLParagraphElement(document));
HTMLParagraphElement   45 Source/core/html/HTMLParagraphElement.cpp void HTMLParagraphElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
HTMLParagraphElement   30 Source/core/html/HTMLParagraphElement.h class HTMLParagraphElement FINAL : public HTMLElement {
HTMLParagraphElement   32 Source/core/html/HTMLParagraphElement.h     static PassRefPtr<HTMLParagraphElement> create(Document&);
HTMLParagraphElement   35 Source/core/html/HTMLParagraphElement.h     explicit HTMLParagraphElement(Document&);