HTMLQuoteElement 34 Source/core/html/HTMLQuoteElement.cpp inline HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document& document) HTMLQuoteElement 41 Source/core/html/HTMLQuoteElement.cpp PassRefPtr<HTMLQuoteElement> HTMLQuoteElement::create(const QualifiedName& tagName, Document& document) HTMLQuoteElement 43 Source/core/html/HTMLQuoteElement.cpp return adoptRef(new HTMLQuoteElement(tagName, document)); HTMLQuoteElement 46 Source/core/html/HTMLQuoteElement.cpp bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const HTMLQuoteElement 51 Source/core/html/HTMLQuoteElement.cpp bool HTMLQuoteElement::hasLegalLinkAttribute(const QualifiedName& name) const HTMLQuoteElement 56 Source/core/html/HTMLQuoteElement.cpp const QualifiedName& HTMLQuoteElement::subResourceAttributeName() const HTMLQuoteElement 32 Source/core/html/HTMLQuoteElement.h class HTMLQuoteElement FINAL : public HTMLElement { HTMLQuoteElement 34 Source/core/html/HTMLQuoteElement.h static PassRefPtr<HTMLQuoteElement> create(const QualifiedName&, Document&); HTMLQuoteElement 37 Source/core/html/HTMLQuoteElement.h HTMLQuoteElement(const QualifiedName&, Document&);