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 164 , m_lifeSupportTimer(this, &Frame::lifeSupportTimerFired)
228 ASSERT(!m_lifeSupportTimer.isActive());
253 ASSERT(!m_lifeSupportTimer.isActive());
577 if (m_lifeSupportTimer.isActive())
583 m_lifeSupportTimer.startOneShot(0);
592 frame->m_lifeSupportTimer.stop();
    [all...]
Frame.h 240 Timer<Frame> m_lifeSupportTimer;
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 312 ASSERT(!m_lifeSupportTimer.isActive());
908 , m_lifeSupportTimer(this, &PluginView::lifeSupportTimerFired)
    [all...]
PluginView.h 345 Timer<PluginView> m_lifeSupportTimer;

Completed in 106 milliseconds