Home | History | Annotate | Download | only in style

Lines Matching refs:ETextSecurity

780     ETextSecurity textSecurity() const { return static_cast<ETextSecurity>(rareInheritedData->textSecurity); }
1130 void setTextSecurity(ETextSecurity aTextSecurity) { SET_VAR(rareInheritedData, textSecurity, aTextSecurity); }
1328 static ETextSecurity initialTextSecurity() { return TSNONE; }