Home | History | Annotate | Download | only in rendering

Lines Matching refs:StringImpl

51 // FIXME: Move to StringImpl.h eventually.
52 static inline bool charactersAreAllASCII(StringImpl* text)
57 RenderText::RenderText(Node* node, PassRefPtr<StringImpl> str)
122 if (RefPtr<StringImpl> textToTransform = originalText())
209 PassRefPtr<StringImpl> RenderText::originalText() const
834 void RenderText::setTextWithOffset(PassRefPtr<StringImpl> text, unsigned offset, unsigned len, bool force)
916 StringImpl* text = toRenderText(o)->text();
931 if (StringImpl* previousString = toRenderText(previousText)->text())
936 void RenderText::setTextInternal(PassRefPtr<StringImpl> text)
961 m_text = m_text->replace('\n', StringImpl::empty());
1009 void RenderText::setText(PassRefPtr<StringImpl> text, bool force)
1243 StringImpl* si = m_text.get();
1366 StringImpl* si = m_text.get();