Searched defs:TimerContext (Results 1 – 1 of 1) sorted by relevance
213 struct TimerContext : public ThreadSafeRefCounted<TimerContext> { struct214 static PassRefPtr<TimerContext> create() { return adoptRef(new TimerContext); } in create() argument222 TimerContext() : queue(0), timer(0) { } in TimerContext() function