Home
last modified time | relevance | path

Searched refs:nextFireInterval (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8GCForContextDispose.cpp57 double nextFireInterval = m_pseudoIdleTimer.nextFireInterval(); in notifyIdleSooner() local
58 if (nextFireInterval > maximumFireInterval) { in notifyIdleSooner()
/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.h46 void start(double nextFireInterval, double repeatInterval, const TraceLocation&);
61 double nextFireInterval() const;
DTimer.cpp204 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start() argument
210 setNextFireTime(monotonicallyIncreasingTime() + nextFireInterval); in start()
225 double TimerBase::nextFireInterval() const in nextFireInterval() function in blink::TimerBase
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSMILTimeContainer.cpp127 …ingState == SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval(); in hasPendingSynchronization()