Searched refs:textSecurity (Results 1 – 10 of 10) sorted by relevance
54 , textSecurity(RenderStyle::initialTextSecurity()) in StyleRareInheritedData()102 , textSecurity(o.textSecurity) in StyleRareInheritedData()153 && textSecurity == o.textSecurity in operator ==()
87 unsigned textSecurity : 2; // ETextSecurity variable
399 || rareInheritedData->textSecurity != other->rareInheritedData->textSecurity in diff()
780 …ETextSecurity textSecurity() const { return static_cast<ETextSecurity>(rareInheritedData->textSecu… in textSecurity() function1143 …void setTextSecurity(ETextSecurity aTextSecurity) { SET_VAR(rareInheritedData, textSecurity, aText… in setTextSecurity()
173 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE; in styleDidChange()174 …sResetText || oldTransform != style()->textTransform() || oldSecurity != style()->textSecurity()) { in styleDidChange()1139 switch (style()->textSecurity()) { in setTextInternal()1178 if (!m_needsTranscoding || style()->textSecurity() != TSNONE) in textWithoutTranscoding()
95 …recatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE; in previousBoundary()169 …recatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE; in nextBoundary()
1376 return primitiveValueCache->createValue(style->textSecurity()); in getPropertyCSSValue()
5562 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textSecurity, TextSecurity) in applyProperty()
34021 …:previousBoundary): When searching for boundaries in renderers that use the textSecurity property, 36063 (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): Added cases for textSecurity.36083 (WebCore::StyleCSS3InheritedData::StyleCSS3InheritedData): Initialize textSecurity.36084 (WebCore::RenderStyle::diff): Added case for textSecurity.36087 (WebCore::RenderStyle::textSecurity): Added.36091 (WebCore::RenderText::setStyle): Added case for textSecurity.
56050 Disable textSecurity when placeholder is visible.