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

  /external/webkit/Source/WebCore/page/
Frame.cpp 160 , 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();
    [all...]
Frame.h 240 Timer<Frame> m_lifeSupportTimer;
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 312 ASSERT(!m_lifeSupportTimer.isActive());
905 , m_lifeSupportTimer(this, &PluginView::lifeSupportTimerFired)
    [all...]
PluginView.h 343 Timer<PluginView> m_lifeSupportTimer;

Completed in 175 milliseconds