HTMLHRElement 491 Source/core/editing/EditorCommand.cpp RefPtr<HTMLHRElement> rule = HTMLHRElement::create(*frame.document()); HTMLHRElement 36 Source/core/html/HTMLHRElement.cpp HTMLHRElement::HTMLHRElement(Document& document) HTMLHRElement 42 Source/core/html/HTMLHRElement.cpp PassRefPtr<HTMLHRElement> HTMLHRElement::create(Document& document) HTMLHRElement 44 Source/core/html/HTMLHRElement.cpp return adoptRef(new HTMLHRElement(document)); HTMLHRElement 47 Source/core/html/HTMLHRElement.cpp bool HTMLHRElement::isPresentationAttribute(const QualifiedName& name) const HTMLHRElement 54 Source/core/html/HTMLHRElement.cpp void HTMLHRElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) HTMLHRElement 30 Source/core/html/HTMLHRElement.h class HTMLHRElement FINAL : public HTMLElement { HTMLHRElement 32 Source/core/html/HTMLHRElement.h static PassRefPtr<HTMLHRElement> create(Document&); HTMLHRElement 37 Source/core/html/HTMLHRElement.h explicit HTMLHRElement(Document&);