Home | History | Annotate | Download | only in style

Lines Matching refs:ETextSecurity

708     ETextSecurity textSecurity() const { return static_cast<ETextSecurity>(rareInheritedData->textSecurity); }
1029 void setTextSecurity(ETextSecurity aTextSecurity) { SET_VAR(rareInheritedData, textSecurity, aTextSecurity); }
1205 static ETextSecurity initialTextSecurity() { return TSNONE; }