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

/macosx-10.10/WTF-7600.1.24/wtf/
H A DRunLoopTimer.h50 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } function in class:WTF::RunLoopTimerBase
H A DRunLoop.h78 void startRepeating(double repeatInterval) { start(repeatInterval, true); } function in class:WTF::RunLoop::TimerBase
79 void startRepeating(std::chrono::milliseconds repeatInterval) { startRepeating(repeatInterval.count() * 0.001); } function in class:WTF::RunLoop::TimerBase
/macosx-10.10/WebCore-7600.1.25/page/
H A DSuspendableTimer.cpp104 void SuspendableTimer::startRepeating(double repeatInterval) function in class:WebCore::SuspendableTimer
/macosx-10.10/WebCore-7600.1.25/platform/
H A DTimer.h54 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } function in class:WebCore::TimerBase
55 void startRepeating(std::chrono::milliseconds repeatInterval) { startRepeating(repeatInterval.count() * 0.001); } function in class:WebCore::TimerBase

Completed in 184 milliseconds