Searched refs:m_shouldDrawCapsLockIndicator (Results 1 – 3 of 3) sorted by relevance
74 , m_shouldDrawCapsLockIndicator(false) in RenderTextControlSingleLine()226 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { in paint()481 if (shouldDrawCapsLockIndicator != m_shouldDrawCapsLockIndicator) { in capsLockStateMayHaveChanged()482 m_shouldDrawCapsLockIndicator = shouldDrawCapsLockIndicator; in capsLockStateMayHaveChanged()
152 bool m_shouldDrawCapsLockIndicator; variable
77617 …(WebCore::RenderTextControl::paint): Added. If m_shouldDrawCapsLockIndicator is true, paints the …77619 …nderTextControl::capsLockStateMayHaveChanged): Added. Updates m_shouldDrawCapsLockIndicator, which…77620 …t is focused, and the caps lock is on. Causes a repaint when m_shouldDrawCapsLockIndicator change…77621 * rendering/RenderTextControl.h: Added m_shouldDrawCapsLockIndicator.