OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nextFireInterval
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCForContextDispose.cpp
55
double
nextFireInterval
= m_pseudoIdleTimer.
nextFireInterval
();
56
if (
nextFireInterval
> maximumFireInterval) {
/external/chromium_org/third_party/WebKit/Source/platform/
Timer.cpp
206
void TimerBase::start(double
nextFireInterval
, double repeatInterval)
211
setNextFireTime(monotonicallyIncreasingTime() +
nextFireInterval
);
226
double TimerBase::
nextFireInterval
() const
Completed in 253 milliseconds