Searched refs:m_searchPopupIsVisible (Results 1 – 3 of 3) sorted by relevance
49 bool popupIsVisible() const { return m_searchPopupIsVisible; } in popupIsVisible()125 bool m_searchPopupIsVisible; variable
54 , 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()
3756 …::RenderTextControl): Initialize m_placeholderIsVisible, m_searchPopup, and m_searchPopupIsVisible.