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

/external/webkit/Source/WebCore/page/
H A DFrame.cpp160 , m_lifeSupportTimer(this, &Frame::lifeSupportTimerFired)
224 ASSERT(!m_lifeSupportTimer.isActive());
249 ASSERT(!m_lifeSupportTimer.isActive());
573 if (m_lifeSupportTimer.isActive())
579 m_lifeSupportTimer.startOneShot(0);
588 frame->m_lifeSupportTimer.stop();
H A DFrame.h240 Timer<Frame> m_lifeSupportTimer; member in class:WebCore::Frame
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp312 ASSERT(!m_lifeSupportTimer.isActive());
905 , m_lifeSupportTimer(this, &PluginView::lifeSupportTimerFired)
1396 if (m_lifeSupportTimer.isActive())
1400 m_lifeSupportTimer.startOneShot(0);
H A DPluginView.h343 Timer<PluginView> m_lifeSupportTimer; member in class:WebCore::PluginView

Completed in 366 milliseconds