Searched refs:m_popupStateStack (Results 1 – 2 of 2) sorted by relevance
746 m_popupStateStack.append(state); in pushPopupsEnabledState()751 m_popupStateStack.removeLast(); in popPopupsEnabledState()756 if (!m_popupStateStack.isEmpty()) in arePopupsAllowed()757 return m_popupStateStack.last(); in arePopupsAllowed()
391 Vector<bool, 4> m_popupStateStack; variable