Searched defs:startOneShot (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/platform/
H A DTimer.h52 void startOneShot(double interval, const TraceLocation& caller) function in class:blink::TimerBase
156 // Setting this boolean is much more efficient than calling startOneShot
164 startOneShot(m_delay, caller);
176 startOneShot(m_delay, FROM_HERE);

Completed in 402 milliseconds