replaceWholeText   49 Source/core/dom/Text.h     PassRefPtr<Text> replaceWholeText(const String&);
replaceWholeText  210 Source/core/html/shadow/DateTimeFieldElement.cpp     textNode->replaceWholeText(newVisibleValue);
replaceWholeText  274 Source/core/inspector/DOMEditor.cpp         m_textNode->replaceWholeText(m_oldText);
replaceWholeText  280 Source/core/inspector/DOMEditor.cpp         m_textNode->replaceWholeText(m_text);
replaceWholeText  455 Source/core/inspector/DOMEditor.cpp     bool result = replaceWholeText(textNode, text, exceptionState);
replaceWholeText   57 Source/core/inspector/DOMEditor.h     bool replaceWholeText(Text*, const String& text, ExceptionState&);
replaceWholeText   66 Source/core/inspector/DOMEditor.h     bool replaceWholeText(Text*, const String& text, ErrorString*);
replaceWholeText  876 Source/core/inspector/InspectorDOMAgent.cpp     m_domEditor->replaceWholeText(toText(node), value, errorString);