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

  /external/chromium_org/third_party/WebKit/Source/platform/
AsyncMethodRunner.h 41 class AsyncMethodRunner FINAL {
42 WTF_MAKE_NONCOPYABLE(AsyncMethodRunner);
47 AsyncMethodRunner(TargetClass* object, TargetMethod method)
48 : m_timer(this, &AsyncMethodRunner<TargetClass>::fired)
119 void fired(Timer<AsyncMethodRunner<TargetClass> >*) { (m_object->*m_method)(); }
121 Timer<AsyncMethodRunner<TargetClass> > m_timer;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h 38 #include "platform/AsyncMethodRunner.h"
128 AsyncMethodRunner<SourceBuffer> m_appendBufferAsyncPartRunner;
132 AsyncMethodRunner<SourceBuffer> m_removeAsyncPartRunner;
136 AsyncMethodRunner<SourceBuffer> m_appendStreamAsyncPartRunner;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 36 #include "platform/AsyncMethodRunner.h"
71 OwnPtr<AsyncMethodRunner<Notification> > m_asyncRunner;
Notification.cpp 69 , m_asyncRunner(adoptPtr(new AsyncMethodRunner<Notification>(this, &Notification::showSoon)))
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFaceSet.h 35 #include "platform/AsyncMethodRunner.h"
127 AsyncMethodRunner<FontFaceSet> m_asyncRunner;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h 33 #include "platform/AsyncMethodRunner.h"
264 AsyncMethodRunner<XMLHttpRequest> m_dropProtectionRunner;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.h 42 #include "platform/AsyncMethodRunner.h"
157 AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner;

Completed in 162 milliseconds