Home
last modified time | relevance | path

Searched defs:startRepeating (Results 1 – 3 of 3) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DRunLoopTimer.h50 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating() function
H A DTimer.h46 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } in startRepeating() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Platform/
H A DRunLoop.h77 void startRepeating(double repeatInterval) { start(repeatInterval, true); } in startRepeating() function