Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp473 bool shouldDrawCapsLockIndicator = false; in capsLockStateMayHaveChanged() local
476 shouldDrawCapsLockIndicator = inputElement()->isPasswordField() in capsLockStateMayHaveChanged()
481 if (shouldDrawCapsLockIndicator != m_shouldDrawCapsLockIndicator) { in capsLockStateMayHaveChanged()
482 m_shouldDrawCapsLockIndicator = shouldDrawCapsLockIndicator; in capsLockStateMayHaveChanged()