Home
last modified time | relevance | path

Searched defs:nextFireInterval (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/
DV8GCForContextDispose.cpp53 double nextFireInterval = m_pseudoIdleTimer.nextFireInterval(); in notifyIdleSooner() local
/external/webkit/Source/WebCore/page/
DPluginHalter.cpp114 …double nextFireInterval = static_cast<double>(m_pluginAllowedRunTime) - (currentTime() - m_oldestS… in startTimerIfNecessary() local
/external/webkit/Source/WebCore/platform/cf/
DRunLoopTimerCF.cpp48 void RunLoopTimerBase::start(double nextFireInterval, double repeatInterval) in start()
/external/webkit/Source/WebKit2/Platform/qt/
DRunLoopQt.cpp118 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat) in start()
/external/webkit/Source/WebCore/platform/
DTimer.cpp179 void TimerBase::start(double nextFireInterval, double repeatInterval) in start()
199 double TimerBase::nextFireInterval() const in nextFireInterval() function in WebCore::TimerBase
/external/webkit/Source/WebKit2/Platform/win/
DRunLoopWin.cpp201 void RunLoop::TimerBase::start(double nextFireInterval, bool repeat) in start()