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

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 70 , m_asyncRunner(this, &Notification::show)
74 m_asyncRunner.runAsync();
193 m_asyncRunner.stop();
198 return m_state == NotificationStateShowing || m_asyncRunner.isActive();
Notification.h 129 AsyncMethodRunner<Notification> m_asyncRunner;
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h 158 AsyncMethodRunner<FontFaceSet> m_asyncRunner;
FontFaceSet.cpp 142 , m_asyncRunner(this, &FontFaceSet::handlePendingEventsAndPromises)
187 // m_asyncRunner will be automatically stopped on destruction.
188 m_asyncRunner.runAsync();
216 m_asyncRunner.suspend();
221 m_asyncRunner.resume();
226 m_asyncRunner.stop();

Completed in 125 milliseconds