Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderTextControlSingleLine.h49 bool popupIsVisible() const { return m_searchPopupIsVisible; } in popupIsVisible()
125 bool m_searchPopupIsVisible; variable
DRenderTextControlSingleLine.cpp54 , m_searchPopupIsVisible(false) in RenderTextControlSingleLine()
134 if (m_searchPopupIsVisible) in showPopup()
143 m_searchPopupIsVisible = true; in showPopup()
167 m_searchPopupIsVisible = false; in hidePopup()
496 if (m_searchPopupIsVisible) in updateFromElement()
/external/webkit/WebCore/
DChangeLog-2006-12-313756 …::RenderTextControl): Initialize m_placeholderIsVisible, m_searchPopup, and m_searchPopupIsVisible.