Home | History | Annotate | Download | only in rendering

Lines Matching refs:textSecurity

215     ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE;
216 if (needsResetText || oldTransform != newStyle->textTransform() || oldSecurity != newStyle->textSecurity())
1339 switch (style()->textSecurity()) {
1400 if (!m_needsTranscoding || style()->textSecurity() != TSNONE)