textContent 4139 Source/core/dom/Document.cpp && m_titleElement->textContent().containsOnlyLatin1()) { textContent 4141 Source/core/dom/Document.cpp CString originalBytes = m_titleElement->textContent().latin1(); textContent 2371 Source/core/dom/Element.cpp return textContent(true); textContent 205 Source/core/dom/Node.h String textContent(bool convertBRsToNewlines = false) const; textContent 590 Source/core/dom/StyleEngine.cpp AtomicString textContent(text); textContent 592 Source/core/dom/StyleEngine.cpp WillBeHeapHashMap<AtomicString, RawPtrWillBeMember<StyleSheetContents> >::AddResult result = m_textToSheetCache.add(textContent, nullptr); textContent 597 Source/core/dom/StyleEngine.cpp m_sheetToTextCache.add(styleSheet->contents(), textContent); textContent 719 Source/core/html/HTMLElement.cpp TextDirection textDirection = determineDirectionality(node->textContent(true), hasStrongDirectionality); textContent 87 Source/core/html/HTMLOutputElement.cpp m_defaultValue = textContent(); textContent 103 Source/core/html/HTMLOutputElement.cpp return textContent(); textContent 101 Source/core/html/parser/HTMLScriptRunner.cpp return ScriptSourceCode(script.element()->textContent(), documentURLForScriptExecution(m_document), script.startingPosition()); textContent 322 Source/core/html/parser/HTMLScriptRunner.cpp ScriptSourceCode sourceCode(script->textContent(), documentURLForScriptExecution(m_document), scriptStartPosition); textContent 510 Source/core/html/shadow/DateTimeEditElement.cpp width += style->font().width(childElement->textContent()); textContent 1526 Source/core/inspector/InspectorStyleSheet.cpp *result = ownerElement.textContent(); textContent 765 Source/core/page/DragController.cpp clipboard->writeURL(linkURL, hitTestResult.textContent().simplifyWhiteSpace()); textContent 911 Source/core/page/DragController.cpp dragImage = dragImageForLink(linkURL, hitTestResult.textContent(), deviceScaleFactor, mouseDraggedPoint, dragLocation); textContent 377 Source/core/rendering/HitTestResult.cpp return m_innerURLElement->textContent(); textContent 108 Source/core/rendering/HitTestResult.h String textContent() const; textContent 760 Source/core/rendering/style/RenderStyle.cpp TextContentData* textContent = static_cast<TextContentData*>(lastContent); textContent 761 Source/core/rendering/style/RenderStyle.cpp textContent->setText(textContent->text() + string); textContent 40 Source/core/svg/SVGDescElement.cpp return textContent().simplifyWhiteSpace(); textContent 47 Source/core/svg/SVGTitleElement.cpp document().setTitleElement(textContent(), this); textContent 62 Source/core/svg/SVGTitleElement.cpp document().setTitleElement(textContent(), this); textContent 699 Source/core/testing/Internals.cpp return toHTMLTextFormControlElement(element)->placeholderElement()->textContent(); textContent 199 Source/web/tests/TouchActionTest.cpp failureContext.append(element->firstChild()->textContent(false).stripWhiteSpace().ascii().data()); textContent 56 public/web/WebSurroundingText.h BLINK_EXPORT WebString textContent() const;