Searched refs:textSecurity (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DStyleRareInheritedData.cpp43 , textSecurity(RenderStyle::initialTextSecurity())
79 , textSecurity(o.textSecurity)
130 && textSecurity == o.textSecurity
H A DStyleRareInheritedData.h76 unsigned textSecurity : 2; // ETextSecurity
H A DRenderStyle.h780 ETextSecurity textSecurity() const { return static_cast<ETextSecurity>(rareInheritedData->textSecurity); } function in class:WebCore::RenderStyle
1130 void setTextSecurity(ETextSecurity aTextSecurity) { SET_VAR(rareInheritedData, textSecurity, aTextSecurity); }
H A DRenderStyle.cpp399 || rareInheritedData->textSecurity != other->rareInheritedData->textSecurity
/external/webkit/Source/WebCore/rendering/
H A DRenderText.h120 bool isSecure() const { return style()->textSecurity() != TSNONE; }
H A DRenderText.cpp205 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE;
206 if (needsResetText || oldTransform != style()->textTransform() || oldSecurity != style()->textSecurity()) {
1174 switch (style()->textSecurity()) {
1235 if (!m_needsTranscoding || style()->textSecurity() != TSNONE)
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp95 bool inTextSecurityMode = start.deprecatedNode() && start.deprecatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE;
169 bool inTextSecurityMode = start.deprecatedNode() && start.deprecatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE;
/external/webkit/Source/WebCore/css/
H A DCSSComputedStyleDeclaration.cpp1364 return primitiveValueCache->createValue(style->textSecurity());
H A DCSSStyleSelector.cpp5571 HANDLE_INHERIT_AND_INITIAL_AND_PRIMITIVE(textSecurity, TextSecurity)

Completed in 190 milliseconds