Home | History | Annotate | Download | only in rendering

Lines Matching refs:textSecurity

204     ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE;
205 if (oldTransform != newStyle->textTransform() || oldSecurity != newStyle->textSecurity())
1366 switch (style()->textSecurity()) {