Searched refs:nextFireInterval (Results 1 – 4 of 4) sorted by relevance
57 double nextFireInterval = m_pseudoIdleTimer.nextFireInterval(); in notifyIdleSooner() local58 if (nextFireInterval > maximumFireInterval) { in notifyIdleSooner()
46 void start(double nextFireInterval, double repeatInterval, const TraceLocation&);61 double nextFireInterval() const;
204 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start() argument210 setNextFireTime(monotonicallyIncreasingTime() + nextFireInterval); in start()225 double TimerBase::nextFireInterval() const in nextFireInterval() function in blink::TimerBase
127 …ingState == SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval(); in hasPendingSynchronization()