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

/external/webkit/Source/WebCore/rendering/
H A DRenderText.cpp205 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE; local
206 if (needsResetText || oldTransform != style()->textTransform() || oldSecurity != style()->textSecurity()) {

Completed in 34 milliseconds