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

/external/webkit/WebCore/platform/
H A DRunLoopTimer.h47 void start(double nextFireInterval, double repeatInterval);
49 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } argument
H A DTimer.h43 void start(double nextFireInterval, double repeatInterval);
45 void startRepeating(double repeatInterval) { start(repeatInterval, repeatInterval); } argument
52 double repeatInterval() const { return m_repeatInterval; } function in class:WebCore::TimerBase
/external/webkit/WebCore/platform/cf/
H A DRunLoopTimerCF.cpp47 void RunLoopTimerBase::start(double nextFireInterval, double repeatInterval) argument
52 m_timer.adoptCF(CFRunLoopTimerCreate(0, CFAbsoluteTimeGetCurrent() + nextFireInterval, repeatInterval, 0, 0, timerFired, &context));
/external/opencore/protocols/sdp/common/include/
H A Dsession_info.h96 uint32 repeatInterval; // in seconds member in class:sessionDescription
340 repeatInterval = interval;
945 return (repeatInterval);
1214 repeatInterval = 0;
1334 repeatInterval = sourceSessionDescription.repeatInterval;

Completed in 21 milliseconds