hasPendingActivity 78 Source/bindings/v8/V8GCController.cpp if (node->inDocument() || (isHTMLImageElement(*node) && toHTMLImageElement(*node).hasPendingActivity())) hasPendingActivity 132 Source/bindings/v8/V8GCController.cpp if (activeDOMObject && activeDOMObject->hasPendingActivity()) hasPendingActivity 138 Source/bindings/v8/V8GCController.cpp if (isHTMLImageElement(*node) && toHTMLImageElement(*node).hasPendingActivity()) hasPendingActivity 261 Source/bindings/v8/V8GCController.cpp if (activeDOMObject && activeDOMObject->hasPendingActivity()) hasPendingActivity 52 Source/core/dom/ActiveDOMObject.h virtual bool hasPendingActivity() const; hasPendingActivity 115 Source/core/dom/ContextLifecycleNotifier.cpp if ((*iter)->hasPendingActivity()) hasPendingActivity 60 Source/core/dom/ContextLifecycleNotifier.h bool hasPendingActivity() const; hasPendingActivity 78 Source/core/dom/ExecutionContext.cpp return lifecycleNotifier().hasPendingActivity(); hasPendingActivity 92 Source/core/dom/ExecutionContext.h bool hasPendingActivity(); hasPendingActivity 93 Source/core/dom/MessagePort.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 41 Source/core/frame/SuspendableTimer.h virtual bool hasPendingActivity() const OVERRIDE FINAL; hasPendingActivity 76 Source/core/html/HTMLImageElement.h bool hasPendingActivity() const { return m_imageLoader.hasPendingActivity(); } hasPendingActivity 250 Source/core/html/HTMLMediaElement.h virtual bool hasPendingActivity() const OVERRIDE FINAL; hasPendingActivity 344 Source/core/html/canvas/WebGLRenderingContextBase.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 78 Source/core/loader/ImageLoader.h bool hasPendingActivity() const { return m_hasPendingLoadEvent || m_hasPendingErrorEvent; } hasPendingActivity 185 Source/core/svg/SVGImageElement.cpp return !m_needsLoaderURIUpdate && !m_imageLoader.hasPendingActivity(); hasPendingActivity 78 Source/core/workers/DedicatedWorkerGlobalScope.cpp thread()->workerObjectProxy().reportPendingActivity(hasPendingActivity()); hasPendingActivity 65 Source/core/workers/DedicatedWorkerThread.cpp m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity()); hasPendingActivity 117 Source/core/workers/Worker.cpp return m_contextProxy->hasPendingActivity() || ActiveDOMObject::hasPendingActivity(); hasPendingActivity 61 Source/core/workers/Worker.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 55 Source/core/workers/WorkerGlobalScopeProxy.h virtual bool hasPendingActivity() const = 0; hasPendingActivity 77 Source/core/workers/WorkerMessagingProxy.cpp context->thread()->workerObjectProxy().confirmMessageFromWorkerObject(context->hasPendingActivity()); hasPendingActivity 287 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) hasPendingActivity 293 Source/core/workers/WorkerMessagingProxy.cpp reportPendingActivity(hasPendingActivity); hasPendingActivity 296 Source/core/workers/WorkerMessagingProxy.cpp void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity) hasPendingActivity 298 Source/core/workers/WorkerMessagingProxy.cpp m_workerThreadHadPendingActivity = hasPendingActivity; hasPendingActivity 58 Source/core/workers/WorkerMessagingProxy.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 70 Source/core/workers/WorkerMessagingProxy.h void confirmMessageFromWorkerObject(bool hasPendingActivity); hasPendingActivity 71 Source/core/workers/WorkerMessagingProxy.h void reportPendingActivity(bool hasPendingActivity); hasPendingActivity 52 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) hasPendingActivity 54 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::confirmMessageFromWorkerObject, m_messagingProxy, hasPendingActivity)); hasPendingActivity 57 Source/core/workers/WorkerObjectProxy.cpp void WorkerObjectProxy::reportPendingActivity(bool hasPendingActivity) hasPendingActivity 59 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity)); hasPendingActivity 57 Source/core/workers/WorkerObjectProxy.h void confirmMessageFromWorkerObject(bool hasPendingActivity); hasPendingActivity 58 Source/core/workers/WorkerObjectProxy.h void reportPendingActivity(bool hasPendingActivity); hasPendingActivity 256 Source/modules/encryptedmedia/MediaKeySession.cpp return ActiveDOMObject::hasPendingActivity() hasPendingActivity 91 Source/modules/encryptedmedia/MediaKeySession.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 65 Source/modules/filesystem/DOMFileSystem.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 91 Source/modules/indexeddb/IDBDatabase.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 114 Source/modules/indexeddb/IDBRequest.h virtual bool hasPendingActivity() const OVERRIDE FINAL; hasPendingActivity 104 Source/modules/indexeddb/IDBTransaction.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 300 Source/modules/mediasource/MediaSourceBase.cpp || ActiveDOMObject::hasPendingActivity(); hasPendingActivity 83 Source/modules/mediasource/MediaSourceBase.h virtual bool hasPendingActivity() const OVERRIDE FINAL; hasPendingActivity 91 Source/modules/mediasource/SourceBuffer.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 132 Source/modules/mediastream/RTCPeerConnection.h virtual bool hasPendingActivity() const OVERRIDE { return !m_stopped; } hasPendingActivity 93 Source/modules/notifications/Notification.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 159 Source/modules/speech/SpeechRecognition.cpp if (hasPendingActivity()) hasPendingActivity 88 Source/modules/speech/SpeechRecognition.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 95 Source/modules/webaudio/AudioContext.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 78 Source/modules/webmidi/MIDIAccess.h virtual bool hasPendingActivity() const OVERRIDE; hasPendingActivity 113 Source/modules/websockets/WebSocket.h virtual bool hasPendingActivity() const OVERRIDE;