Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderTextControlSingleLine.cpp74 , 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()
DRenderTextControlSingleLine.h152 bool m_shouldDrawCapsLockIndicator; variable
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1077617 …(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.