/external/webkit/Source/WebCore/workers/ |
D | WorkerMessagingProxy.cpp | 68 …ntext->thread()->workerObjectProxy().confirmMessageFromWorkerObject(context->hasPendingActivity()); in performTask() 187 …Task> create(WorkerMessagingProxy* messagingProxy, bool confirmingMessage, bool hasPendingActivity) in create() argument 189 … return new WorkerThreadActivityReportTask(messagingProxy, confirmingMessage, hasPendingActivity); in create() 193 …tyReportTask(WorkerMessagingProxy* messagingProxy, bool confirmingMessage, bool hasPendingActivity) in WorkerThreadActivityReportTask() argument 196 , m_hasPendingActivity(hasPendingActivity) in WorkerThreadActivityReportTask() 354 void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() argument 356 …ExecutionContext->postTask(WorkerThreadActivityReportTask::create(this, true, hasPendingActivity)); in confirmMessageFromWorkerObject() 360 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() argument 362 …xecutionContext->postTask(WorkerThreadActivityReportTask::create(this, false, hasPendingActivity)); in reportPendingActivity() 366 …orkerMessagingProxy::reportPendingActivityInternal(bool confirmingMessage, bool hasPendingActivity) in reportPendingActivityInternal() argument [all …]
|
D | WorkerMessagingProxy.h | 59 virtual bool hasPendingActivity() const; 67 virtual void confirmMessageFromWorkerObject(bool hasPendingActivity); 68 virtual void reportPendingActivity(bool hasPendingActivity); 92 void reportPendingActivityInternal(bool confirmingMessage, bool hasPendingActivity);
|
D | WorkerObjectProxy.h | 49 virtual void confirmMessageFromWorkerObject(bool hasPendingActivity) = 0; 50 virtual void reportPendingActivity(bool hasPendingActivity) = 0;
|
D | Worker.cpp | 124 bool Worker::hasPendingActivity() const in hasPendingActivity() function in WebCore::Worker 126 return m_contextProxy->hasPendingActivity() || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()
|
D | WorkerContextProxy.h | 58 virtual bool hasPendingActivity() const = 0;
|
D | DedicatedWorkerThread.cpp | 65 m_workerObjectProxy.reportPendingActivity(workerContext()->hasPendingActivity()); in runEventLoop()
|
D | Worker.h | 70 virtual bool hasPendingActivity() const;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebWorkerBase.cpp | 335 void WebWorkerBase::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() argument 338 hasPendingActivity)); in confirmMessageFromWorkerObject() 343 bool hasPendingActivity) in confirmMessageTask() argument 347 thisPtr->client()->confirmMessageFromWorkerObject(hasPendingActivity); in confirmMessageTask() 350 void WebWorkerBase::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() argument 353 this, hasPendingActivity)); in reportPendingActivity() 358 bool hasPendingActivity) in reportPendingActivityTask() argument 362 thisPtr->client()->reportPendingActivity(hasPendingActivity); in reportPendingActivityTask()
|
D | WebWorkerClientImpl.cpp | 190 bool WebWorkerClientImpl::hasPendingActivity() const in hasPendingActivity() function in WebKit::WebWorkerClientImpl 291 void WebWorkerClientImpl::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() argument 300 void WebWorkerClientImpl::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() argument 305 hasPendingActivity)); in reportPendingActivity() 411 bool hasPendingActivity) in reportPendingActivityTask() argument 413 thisPtr->m_workerContextHadPendingActivity = hasPendingActivity; in reportPendingActivityTask()
|
D | PlatformMessagePortChannel.cpp | 98 bool MessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::MessagePortChannel 100 return m_channel->hasPendingActivity(); in hasPendingActivity() 236 bool PlatformMessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::PlatformMessagePortChannel
|
D | WebWorkerClientImpl.h | 73 virtual bool hasPendingActivity() const; 147 bool hasPendingActivity);
|
D | WebWorkerBase.h | 142 bool hasPendingActivity); 146 bool hasPendingActivity);
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebWorkerClient.h | 52 virtual void confirmMessageFromWorkerObject(bool hasPendingActivity) = 0; 53 virtual void reportPendingActivity(bool hasPendingActivity) = 0;
|
/external/webkit/Source/WebCore/dom/default/ |
D | PlatformMessagePortChannel.cpp | 91 bool MessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::MessagePortChannel 93 return m_channel->hasPendingActivity(); in hasPendingActivity() 225 bool PlatformMessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::PlatformMessagePortChannel
|
/external/webkit/Source/WebCore/fileapi/ |
D | DOMFileSystem.cpp | 69 bool DOMFileSystem::hasPendingActivity() const in hasPendingActivity() function in WebCore::DOMFileSystem 71 return m_asyncFileSystem->hasPendingActivity(); in hasPendingActivity()
|
D | FileWriter.cpp | 62 bool FileWriter::hasPendingActivity() const in hasPendingActivity() function in WebCore::FileWriter 64 return m_readyState == WRITING || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()
|
D | FileReader.cpp | 63 bool FileReader::hasPendingActivity() const in hasPendingActivity() function in WebCore::FileReader 65 return (m_state != None && m_state != Completed) || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()
|
/external/webkit/Source/WebCore/storage/ |
D | IDBTransaction.cpp | 133 bool IDBTransaction::hasPendingActivity() const in hasPendingActivity() function in WebCore::IDBTransaction 138 return !m_finished || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()
|
D | IDBDatabase.cpp | 168 bool IDBDatabase::hasPendingActivity() const in hasPendingActivity() function in WebCore::IDBDatabase 175 return !m_stopped || ActiveDOMObject::hasPendingActivity(); in hasPendingActivity()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | V8GCController.cpp | 161 if (port1->isEntangled() || port1->hasPendingActivity()) in visitDOMWrapper() 165 if (activeDOMObject && activeDOMObject->hasPendingActivity()) in visitDOMWrapper() 464 if ((!wrapper.IsWeak() && !wrapper.IsNearDeath()) || port1->hasPendingActivity()) in visitDOMWrapper() 468 if (activeDOMObject && activeDOMObject->hasPendingActivity()) { in visitDOMWrapper()
|
/external/webkit/Source/WebCore/page/ |
D | SuspendableTimer.h | 41 virtual bool hasPendingActivity() const;
|
D | SuspendableTimer.cpp | 49 bool SuspendableTimer::hasPendingActivity() const in hasPendingActivity() function in WebCore::SuspendableTimer
|
/external/webkit/Source/WebCore/dom/ |
D | ActiveDOMObject.cpp | 54 bool ActiveDOMObject::hasPendingActivity() const in hasPendingActivity() function in WebCore::ActiveDOMObject
|
D | MessagePort.cpp | 191 bool MessagePort::hasPendingActivity() in hasPendingActivity() function in WebCore::MessagePort 195 return m_started && m_entangledChannel && m_entangledChannel->hasPendingActivity(); in hasPendingActivity()
|
D | ActiveDOMObject.h | 41 virtual bool hasPendingActivity() const;
|