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

/external/webkit/Source/WebCore/rendering/
H A DRenderTextControl.h85 bool m_placeholderVisible; member in class:WebCore::RenderTextControl
H A DRenderTextControl.cpp76 , m_placeholderVisible(placeholderVisible)
624 bool oldPlaceholderVisible = m_placeholderVisible;
625 m_placeholderVisible = placeholderShouldBeVisible;
626 if (oldPlaceholderVisible != m_placeholderVisible || placeholderValueChanged)
668 if (m_placeholderVisible && paintInfo.phase == PaintPhaseForeground)
H A DRenderTextControlSingleLine.h45 bool placeholderIsVisible() const { return m_placeholderVisible; }

Completed in 48 milliseconds