HomeSort by relevance Sort by last modified time
    Searched refs:hasPendingActivity (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.h 41 virtual bool hasPendingActivity() const OVERRIDE FINAL;
SuspendableTimer.cpp 47 bool SuspendableTimer::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScopeProxy.h 55 virtual bool hasPendingActivity() const = 0;
WorkerObjectProxy.h 58 void confirmMessageFromWorkerObject(bool hasPendingActivity);
59 void reportPendingActivity(bool hasPendingActivity);
WorkerObjectProxy.cpp 57 void WorkerObjectProxy::confirmMessageFromWorkerObject(bool hasPendingActivity)
59 m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagingProxy, hasPendingActivity));
62 void WorkerObjectProxy::reportPendingActivity(bool hasPendingActivity)
64 m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity));
WorkerMessagingProxy.h 58 virtual bool hasPendingActivity() const OVERRIDE;
70 void confirmMessageFromWorkerObject(bool hasPendingActivity);
71 void reportPendingActivity(bool hasPendingActivity);
Worker.h 61 virtual bool hasPendingActivity() const OVERRIDE;
Worker.cpp 115 bool Worker::hasPendingActivity() const
117 return m_contextProxy->hasPendingActivity() || ActiveDOMObject::hasPendingActivity();
DedicatedWorkerThread.cpp 65 m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity());
WorkerMessagingProxy.cpp 77 context->thread()->workerObjectProxy().confirmMessageFromWorkerObject(context->hasPendingActivity());
287 void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity)
293 reportPendingActivity(hasPendingActivity);
296 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity)
298 m_workerThreadHadPendingActivity = hasPendingActivity;
301 bool WorkerMessagingProxy::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.h 51 virtual bool hasPendingActivity() const;
ActiveDOMObject.cpp 69 bool ActiveDOMObject::hasPendingActivity() const
ContextLifecycleNotifier.h 59 bool hasPendingActivity() const;
ContextLifecycleNotifier.cpp 118 bool ContextLifecycleNotifier::hasPendingActivity() const
121 if ((*iter)->hasPendingActivity())
MessagePort.h 94 virtual bool hasPendingActivity() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.h 43 virtual bool hasPendingActivity() const OVERRIDE;
NetworkInformation.cpp 109 bool NetworkInformation::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.h 94 virtual bool hasPendingActivity() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h 79 bool hasPendingActivity() const { return imageLoader().hasPendingActivity(); }
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 159 if (hasPendingActivity())
163 bool SpeechRecognition::hasPendingActivity() const
SpeechRecognition.h 87 virtual bool hasPendingActivity() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h 90 bool hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.h 92 virtual bool hasPendingActivity() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.h 97 virtual bool hasPendingActivity() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.h 92 virtual bool hasPendingActivity() const OVERRIDE;
98 // a V8 wrapper, hasPendingActivity() prevents the wrapper from being

Completed in 536 milliseconds

1 2 3