Home
last modified time | relevance | path

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

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