Home | History | Annotate | Download | only in rendering

Lines Matching refs:previousCharacter

1317 UChar RenderText::previousCharacter() const
1336 void applyTextTransform(const RenderStyle* style, String& text, UChar previousCharacter)
1345 makeCapitalized(&text, previousCharacter);
1362 applyTextTransform(style(), m_text, previousCharacter());