HomeSort by relevance Sort by last modified time
    Searched refs:m_popupEnabledStates (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 266 m_popupEnabledStates.append(state);
271 ASSERT(!m_popupEnabledStates.isEmpty());
273 m_popupEnabledStates.removeLast();
405 if (!m_popupEnabledStates.isEmpty())
406 return m_popupEnabledStates.last();
NetscapePlugin.h 212 Vector<bool, 8> m_popupEnabledStates;

Completed in 19 milliseconds