wholeText        1087 Source/core/accessibility/AXNodeObject.cpp         return toText(node)->wholeText();
wholeText          48 Source/core/dom/Text.h     String wholeText() const;
wholeText         102 Source/core/html/ime/InputMethodContext.cpp     return text ? text->wholeText() : emptyString();
wholeText         207 Source/core/html/shadow/DateTimeFieldElement.cpp     if (textNode->wholeText() == newVisibleValue)
wholeText         268 Source/core/inspector/DOMEditor.cpp         m_oldText = m_textNode->wholeText();