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

/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp39 class RunLoop::TimerObject : public QObject class in class:RunLoop
43 TimerObject(RunLoop* runLoop) : m_runLoop(runLoop) function in class:RunLoop::TimerObject
74 : m_timerObject(new TimerObject(this))

Completed in 67 milliseconds