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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp204 ETextSecurity oldSecurity = oldStyle ? oldStyle->textSecurity() : TSNONE; local
205 if (oldTransform != newStyle->textTransform() || oldSecurity != newStyle->textSecurity())

Completed in 159 milliseconds