HTMLTableCaptionElement 538 Source/core/accessibility/AXTable.cpp HTMLTableCaptionElement* caption = toHTMLTableElement(tableElement)->caption(); HTMLTableCaptionElement 35 Source/core/html/HTMLTableCaptionElement.cpp inline HTMLTableCaptionElement::HTMLTableCaptionElement(Document& document) HTMLTableCaptionElement 41 Source/core/html/HTMLTableCaptionElement.cpp PassRefPtr<HTMLTableCaptionElement> HTMLTableCaptionElement::create(Document& document) HTMLTableCaptionElement 43 Source/core/html/HTMLTableCaptionElement.cpp return adoptRef(new HTMLTableCaptionElement(document)); HTMLTableCaptionElement 46 Source/core/html/HTMLTableCaptionElement.cpp void HTMLTableCaptionElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) HTMLTableCaptionElement 33 Source/core/html/HTMLTableCaptionElement.h class HTMLTableCaptionElement FINAL : public HTMLElement { HTMLTableCaptionElement 35 Source/core/html/HTMLTableCaptionElement.h static PassRefPtr<HTMLTableCaptionElement> create(Document&); HTMLTableCaptionElement 38 Source/core/html/HTMLTableCaptionElement.h HTMLTableCaptionElement(Document&); HTMLTableCaptionElement 68 Source/core/html/HTMLTableElement.cpp HTMLTableCaptionElement* HTMLTableElement::caption() const HTMLTableCaptionElement 70 Source/core/html/HTMLTableElement.cpp return Traversal<HTMLTableCaptionElement>::firstChild(*this); HTMLTableCaptionElement 73 Source/core/html/HTMLTableElement.cpp void HTMLTableElement::setCaption(PassRefPtr<HTMLTableCaptionElement> newCaption, ExceptionState& exceptionState) HTMLTableCaptionElement 162 Source/core/html/HTMLTableElement.cpp if (HTMLTableCaptionElement* existingCaption = caption()) HTMLTableCaptionElement 164 Source/core/html/HTMLTableElement.cpp RefPtr<HTMLTableCaptionElement> caption = HTMLTableCaptionElement::create(document()); HTMLTableCaptionElement 35 Source/core/html/HTMLTableElement.h class HTMLTableCaptionElement; HTMLTableCaptionElement 43 Source/core/html/HTMLTableElement.h HTMLTableCaptionElement* caption() const; HTMLTableCaptionElement 44 Source/core/html/HTMLTableElement.h void setCaption(PassRefPtr<HTMLTableCaptionElement>, ExceptionState&);