Searched refs:m_lifeSupportTimer (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp296 ASSERT(!m_lifeSupportTimer.isActive());
812 , m_lifeSupportTimer(this, &PluginView::lifeSupportTimerFired)
1281 if (m_lifeSupportTimer.isActive())
1285 m_lifeSupportTimer.startOneShot(0);
H A DPluginView.h300 Timer<PluginView> m_lifeSupportTimer; member in class:WebCore::PluginView

Completed in 75 milliseconds