Home | History | Annotate | Download | only in platform

Lines Matching refs:m_timer

48         : m_timer(this, &AsyncMethodRunner<TargetClass>::fired)
62 ASSERT(!m_timer.isActive());
68 if (!m_timer.isActive())
69 m_timer.startOneShot(0, FROM_HERE);
81 if (!m_timer.isActive())
84 m_timer.stop();
100 m_timer.startOneShot(0, FROM_HERE);
106 ASSERT(!m_timer.isActive());
113 if (m_timer.isActive())
114 m_timer.stop();
119 return m_timer.isActive();
125 Timer<AsyncMethodRunner<TargetClass> > m_timer;