Searched refs:m_shouldDrawCapsLockIndicator (Results 1 – 2 of 2) sorted by relevance
47 , m_shouldDrawCapsLockIndicator(false) in RenderTextControlSingleLine()76 if (paintInfo.phase == PaintPhaseBlockBackground && m_shouldDrawCapsLockIndicator) { in paint()275 if (shouldDrawCapsLockIndicator != m_shouldDrawCapsLockIndicator) { in capsLockStateMayHaveChanged()276 m_shouldDrawCapsLockIndicator = shouldDrawCapsLockIndicator; in capsLockStateMayHaveChanged()
81 bool m_shouldDrawCapsLockIndicator; variable