Searched defs:RunLoopTimer (Results 1 - 1 of 1) sorted by path

/external/webkit/Source/WebCore/platform/
H A DRunLoopTimer.h64 template <typename TimerFiredClass> class RunLoopTimer : public RunLoopTimerBase { class in namespace:WebCore
66 typedef void (TimerFiredClass::*TimerFiredFunction)(RunLoopTimer*);
68 RunLoopTimer(TimerFiredClass* o, TimerFiredFunction f) function in class:WebCore::RunLoopTimer

Completed in 162 milliseconds