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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCForContextDispose.cpp 56 double nextFireInterval = m_pseudoIdleTimer.nextFireInterval();
57 if (nextFireInterval > maximumFireInterval) {
  /external/chromium_org/third_party/WebKit/Source/platform/
Timer.h 48 void start(double nextFireInterval, double repeatInterval, const TraceLocation&);
63 double nextFireInterval() const;
Timer.cpp 206 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller)
212 setNextFireTime(monotonicallyIncreasingTime() + nextFireInterval);
227 double TimerBase::nextFireInterval() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 127 return m_frameSchedulingState == SynchronizeAnimations && m_wakeupTimer.isActive() && !m_wakeupTimer.nextFireInterval();

Completed in 91 milliseconds