HomeSort by relevance Sort by last modified time
    Searched refs:m_timerObject (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/qt/
RunLoopQt.cpp 74 : m_timerObject(new TimerObject(this))
80 delete m_timerObject;
85 m_timerObject->wakeUp();
99 runLoop->m_timerObject->killTimer(timer->m_ID);
123 m_ID = m_runLoop->m_timerObject->startTimer(millis);
137 m_runLoop->m_timerObject->killTimer(m_ID);
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 158 TimerObject* m_timerObject;

Completed in 128 milliseconds