Searched refs:hasPendingActivity (Results 26 - 45 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/storage/
H A DIDBTransaction.cpp133 bool IDBTransaction::hasPendingActivity() const function in class:WebCore::IDBTransaction
138 return !m_finished || ActiveDOMObject::hasPendingActivity();
H A DIDBRequest.h85 virtual bool hasPendingActivity() const;
H A DIDBTransaction.h83 virtual bool hasPendingActivity() const;
H A DIDBDatabase.h81 virtual bool hasPendingActivity() const;
H A DIDBRequest.cpp241 bool IDBRequest::hasPendingActivity() const function in class:WebCore::IDBRequest
246 return !m_finished || ActiveDOMObject::hasPendingActivity();
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerBase.h142 bool hasPendingActivity);
146 bool hasPendingActivity);
H A DWebWorkerImpl.cpp94 thisPtr->confirmMessageFromWorkerObject(workerContext->hasPendingActivity());
H A DPlatformMessagePortChannel.cpp98 bool MessagePortChannel::hasPendingActivity() function in class:WebCore::MessagePortChannel
100 return m_channel->hasPendingActivity();
236 bool PlatformMessagePortChannel::hasPendingActivity() function in class:WebCore::PlatformMessagePortChannel
/external/webkit/Source/WebCore/dom/
H A DMessagePort.h90 bool hasPendingActivity();
/external/webkit/Source/WebCore/fileapi/
H A DDOMFileSystem.h59 virtual bool hasPendingActivity() const;
H A DFileWriter.h73 virtual bool hasPendingActivity() const;
H A DFileReader.h84 virtual bool hasPendingActivity() const;
/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h60 virtual bool hasPendingActivity() { return false; } function in class:WebCore::AsyncFileSystem
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp161 if (port1->isEntangled() || port1->hasPendingActivity())
165 if (activeDOMObject && activeDOMObject->hasPendingActivity())
464 if ((!wrapper.IsWeak() && !wrapper.IsNearDeath()) || port1->hasPendingActivity())
468 if (activeDOMObject && activeDOMObject->hasPendingActivity()) {
/external/webkit/Source/WebCore/websockets/
H A DWebSocket.cpp235 bool pending = hasPendingActivity();
290 if (hasPendingActivity())
/external/webkit/Source/WebCore/workers/
H A DWorkerContext.cpp188 bool WorkerContext::hasPendingActivity() const function in class:WebCore::WorkerContext
193 if (iter->first->hasPendingActivity())
200 if ((*iter)->hasPendingActivity() || ((*iter)->isEntangled() && !(*iter)->locallyEntangledPort()))
H A DWorkerContext.h85 bool hasPendingActivity() const;
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMBinding.cpp145 if (iter->first->hasPendingActivity()) {
156 if (!(*iter)->locallyEntangledPort() || (*iter)->hasPendingActivity())
/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h234 virtual bool hasPendingActivity() const;
H A DHTMLMediaElement.cpp2382 bool HTMLMediaElement::hasPendingActivity() const function in class:WebCore::HTMLMediaElement
2387 LOG(Media, "HTMLMediaElement::hasPendingActivity -> %s", boolString(pending));

Completed in 201 milliseconds

12