Searched refs:m_asyncRunner (Results 1 – 4 of 4) sorted by relevance
70 , m_asyncRunner(this, &Notification::show) in Notification()74 m_asyncRunner.runAsync(); in Notification()193 m_asyncRunner.stop(); in stop()198 return m_state == NotificationStateShowing || m_asyncRunner.isActive(); in hasPendingActivity()
129 AsyncMethodRunner<Notification> m_asyncRunner; variable
142 , m_asyncRunner(this, &FontFaceSet::handlePendingEventsAndPromises) in FontFaceSet()188 m_asyncRunner.runAsync(); in handlePendingEventsAndPromisesSoon()216 m_asyncRunner.suspend(); in suspend()221 m_asyncRunner.resume(); in resume()226 m_asyncRunner.stop(); in stop()
158 AsyncMethodRunner<FontFaceSet> m_asyncRunner; variable