Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Platform/win/
DWorkQueueWin.cpp213 struct TimerContext : public ThreadSafeRefCounted<TimerContext> { struct
214 static PassRefPtr<TimerContext> create() { return adoptRef(new TimerContext); } in create() argument
222 TimerContext() : queue(0), timer(0) { } in TimerContext() function