Home
last modified time | relevance | path

Searched refs:TSNONE (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderText.h120 bool isSecure() const { return style()->textSecurity() != TSNONE; } in isSecure()
DRenderText.cpp205 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE; in styleDidChange()
1175 case TSNONE: in setTextInternal()
1235 if (!m_needsTranscoding || style()->textSecurity() != TSNONE) in textWithoutTranscoding()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyleConstants.h163 TSNONE, TSDISC, TSCIRCLE, TSSQUARE enumerator
DRenderStyle.h1328 static ETextSecurity initialTextSecurity() { return TSNONE; } in initialTextSecurity()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValueMappings.h1671 case TSNONE: in CSSPrimitiveValue()
1690 return TSNONE; in ETextSecurity()
1699 return TSNONE; in ETextSecurity()
/external/webkit/Source/WebCore/editing/
Dvisible_units.cpp95 …recatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE; in previousBoundary()
169 …recatedNode()->renderer() && start.deprecatedNode()->renderer()->style()->textSecurity() != TSNONE; in nextBoundary()