originalText 1129 Source/core/editing/TextIterator.cpp m_text = m_emitsOriginalText ? renderer->originalText() : renderer->text(); originalText 3990 Source/core/rendering/RenderBlock.cpp String oldText = textObj->originalText(); originalText 4109 Source/core/rendering/RenderBlock.cpp String result = textRenderer->originalText(); originalText 44 Source/core/rendering/RenderCombineText.cpp RenderText::setTextInternal(originalText()); // This RenderCombineText has been combined once. Restore the original text for the next combineText(). originalText 419 Source/core/rendering/RenderCounter.cpp setTextInternal(originalText()); originalText 51 Source/core/rendering/RenderCounter.h virtual PassRefPtr<StringImpl> originalText() const OVERRIDE; originalText 1312 Source/core/rendering/RenderText.cpp if (RefPtr<StringImpl> textToTransform = originalText()) originalText 52 Source/core/rendering/RenderText.h virtual PassRefPtr<StringImpl> originalText() const; originalText 108 Source/core/rendering/RenderTextFragment.cpp if (RefPtr<StringImpl> textToTransform = originalText()) originalText 53 Source/core/rendering/RenderTextFragment.h virtual PassRefPtr<StringImpl> originalText() const OVERRIDE; originalText 83 Source/core/rendering/svg/RenderSVGInlineText.cpp setText(applySVGWhitespaceRules(originalText(), false), true); originalText 88 Source/core/rendering/svg/RenderSVGInlineText.cpp setText(applySVGWhitespaceRules(originalText(), true), true);