HomeSort by relevance Sort by last modified time
    Searched refs:m_placeholderVisible (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.h 85 bool m_placeholderVisible;
RenderTextControl.cpp 76 , 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)
RenderTextControlSingleLine.h 45 bool placeholderIsVisible() const { return m_placeholderVisible; }

Completed in 49 milliseconds