Searched refs:m_popupIsVisible (Results 1 – 3 of 3) sorted by relevance
56 , m_popupIsVisible(false) in RenderMenuList()171 if (m_popupIsVisible) in updateFromElement()272 if (m_popupIsVisible) in showPopup()282 m_popupIsVisible = true; in showPopup()479 m_popupIsVisible = false; in popupDidHide()
46 bool popupIsVisible() const { return m_popupIsVisible; } in popupIsVisible()118 bool m_popupIsVisible; variable
33440 …Now calls RenderMenuList::hidePopup which will update the m_popupIsVisible flag on the menu list b…