Searched refs:m_popupStateStack (Results 1 – 2 of 2) sorted by relevance
459 m_popupStateStack.append(state); in pushPopupsEnabledState()464 m_popupStateStack.removeLast(); in popPopupsEnabledState()469 if (!m_popupStateStack.isEmpty()) in arePopupsAllowed()470 return m_popupStateStack.last(); in arePopupsAllowed()
278 Vector<bool, 4> m_popupStateStack; variable