Searched refs:textSecurity (Results 1 – 8 of 8) sorted by relevance
65 , textSecurity(RenderStyle::initialTextSecurity()) in StyleRareInheritedData()117 , textSecurity(o.textSecurity) in StyleRareInheritedData()185 && textSecurity == o.textSecurity in operator ==()
83 unsigned textSecurity : 2; // ETextSecurity variable
463 || rareInheritedData->textSecurity != other->rareInheritedData->textSecurity in diff()
911 …ETextSecurity textSecurity() const { return static_cast<ETextSecurity>(rareInheritedData->textSecu… in textSecurity() function1360 …void setTextSecurity(ETextSecurity aTextSecurity) { SET_VAR(rareInheritedData, textSecurity, aText… in setTextSecurity()
133 bool isSecure() const { return style()->textSecurity() != TSNONE; } in isSecure()
200 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE; in styleDidChange()201 if (oldTransform != newStyle->textTransform() || oldSecurity != newStyle->textSecurity()) in styleDidChange()1337 switch (style()->textSecurity()) { in setTextInternal()
492 …e = it.node() && it.node()->renderer() && it.node()->renderer()->style()->textSecurity() != TSNONE; in previousBoundary()569 …e = it.node() && it.node()->renderer() && it.node()->renderer()->style()->textSecurity() != TSNONE; in nextBoundary()
2331 return cssValuePool().createValue(style->textSecurity()); in getPropertyCSSValue()