Searched defs:repeatInterval (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DRunLoopTimer.h48 void start(double nextFireInterval, double repeatInterval);
50 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } argument
H A DTimer.h44 void start(double nextFireInterval, double repeatInterval);
46 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } argument
53 double repeatInterval() const { return m_repeatInterval; } function in class:WebCore::TimerBase
/external/webkit/Source/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp48 void RunLoopTimerBase::start(double nextFireInterval, double repeatInterval) argument
53 m_timer.adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
/external/webkit/Source/WebKit2/Platform/
H A DRunLoop.h77 void startRepeating(double repeatInterval) { start(repeatInterval, true); } argument

Completed in 75 milliseconds