Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8GCForContextDispose.cpp57 double nextFireInterval = m_pseudoIdleTimer.nextFireInterval(); in notifyIdleSooner() local
/external/chromium_org/third_party/WebKit/Source/platform/
DTimer.cpp204 void TimerBase::start(double nextFireInterval, double repeatInterval, const TraceLocation& caller) in start()
225 double TimerBase::nextFireInterval() const in nextFireInterval() function in blink::TimerBase