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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ActiveDOMObject.cpp 69 bool ActiveDOMObject::hasPendingActivity() const
ContextLifecycleNotifier.cpp 118 bool ContextLifecycleNotifier::hasPendingActivity() const
121 if ((*iter)->hasPendingActivity())
MessagePort.cpp 206 bool MessagePort::hasPendingActivity() const
ExecutionContext.cpp 80 bool ExecutionContext::hasPendingActivity()
82 return lifecycleNotifier().hasPendingActivity();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SuspendableTimer.cpp 47 bool SuspendableTimer::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/workers/
Worker.cpp 115 bool Worker::hasPendingActivity() const
117 return m_contextProxy->hasPendingActivity() || ActiveDOMObject::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/modules/netinfo/
NetworkInformation.cpp 109 bool NetworkInformation::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.h 79 bool hasPendingActivity() const { return imageLoader().hasPendingActivity(); }
HTMLMediaElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
ImageLoader.h 90 bool hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystem.cpp 112 bool DOMFileSystem::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
Notification.cpp 200 bool Notification::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorker.cpp 208 bool ServiceWorker::hasPendingActivity() const
210 if (AbstractWorker::hasPendingActivity())
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 277 bool MediaKeySession::hasPendingActivity() const
281 return ActiveDOMObject::hasPendingActivity()
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.cpp 294 bool IDBTransaction::hasPendingActivity() const
IDBDatabase.cpp 441 bool IDBDatabase::hasPendingActivity() const
IDBRequest.cpp 381 bool IDBRequest::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 159 if (hasPendingActivity())
163 bool SpeechRecognition::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 295 bool AnimationPlayer::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 490 bool MediaSource::hasPendingActivity() const
494 || ActiveDOMObject::hasPendingActivity();
SourceBuffer.cpp 414 bool SourceBuffer::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp 254 bool AudioContext::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocket.cpp 575 bool WebSocket::hasPendingActivity() const
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 819 milliseconds