Home
last modified time | relevance | path

Searched refs:m_popupStateStack (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/plugins/
DPluginView.cpp459 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()
DPluginView.h278 Vector<bool, 4> m_popupStateStack; variable