HTMLBRElement 796 Source/core/editing/htmlediting.cpp return HTMLBRElement::create(document); HTMLBRElement 35 Source/core/html/HTMLBRElement.cpp HTMLBRElement::HTMLBRElement(Document& document) HTMLBRElement 41 Source/core/html/HTMLBRElement.cpp PassRefPtr<HTMLBRElement> HTMLBRElement::create(Document& document) HTMLBRElement 43 Source/core/html/HTMLBRElement.cpp return adoptRef(new HTMLBRElement(document)); HTMLBRElement 46 Source/core/html/HTMLBRElement.cpp bool HTMLBRElement::isPresentationAttribute(const QualifiedName& name) const HTMLBRElement 53 Source/core/html/HTMLBRElement.cpp void HTMLBRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) HTMLBRElement 68 Source/core/html/HTMLBRElement.cpp RenderObject* HTMLBRElement::createRenderer(RenderStyle* style) HTMLBRElement 31 Source/core/html/HTMLBRElement.h class HTMLBRElement FINAL : public HTMLElement { HTMLBRElement 33 Source/core/html/HTMLBRElement.h static PassRefPtr<HTMLBRElement> create(Document&); HTMLBRElement 38 Source/core/html/HTMLBRElement.h explicit HTMLBRElement(Document&); HTMLBRElement 346 Source/core/html/HTMLElement.cpp fragment->appendChild(HTMLBRElement::create(document()), exceptionState); HTMLBRElement 515 Source/core/html/HTMLTextFormControlElement.cpp innerTextElement()->appendChild(HTMLBRElement::create(document())); HTMLBRElement 220 Source/core/html/HTMLViewSourceDocument.cpp RefPtr<HTMLBRElement> br = HTMLBRElement::create(*this);