Home
last modified time | relevance | path

Searched refs:m_asyncRunner (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotification.cpp70 , 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()
DNotification.h129 AsyncMethodRunner<Notification> m_asyncRunner; variable
/external/chromium_org/third_party/WebKit/Source/core/css/
DFontFaceSet.cpp142 , 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()
DFontFaceSet.h158 AsyncMethodRunner<FontFaceSet> m_asyncRunner; variable