Home
last modified time | relevance | path

Searched defs:repeatInterval (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
DTimer.h46 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating()
53 double repeatInterval() const { return m_repeatInterval; } in repeatInterval() function
DRunLoopTimer.h50 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating()
DTimer.cpp179 void TimerBase::start(double nextFireInterval, double repeatInterval) in start()
/external/webkit/Source/WebCore/platform/cf/
DRunLoopTimerCF.cpp48 void RunLoopTimerBase::start(double nextFireInterval, double repeatInterval) in start()
/external/webkit/Source/WebKit2/Platform/
DRunLoop.h77 void startRepeating(double repeatInterval) { start(repeatInterval, true); } in startRepeating()