/external/webkit/Source/WebCore/workers/ |
D | WorkerMessagingProxy.cpp | 187 …Task> create(WorkerMessagingProxy* messagingProxy, bool confirmingMessage, bool hasPendingActivity) in create() 193 …tyReportTask(WorkerMessagingProxy* messagingProxy, bool confirmingMessage, bool hasPendingActivity) in WorkerThreadActivityReportTask() 354 void WorkerMessagingProxy::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() 360 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() 366 …orkerMessagingProxy::reportPendingActivityInternal(bool confirmingMessage, bool hasPendingActivity) in reportPendingActivityInternal() 376 bool WorkerMessagingProxy::hasPendingActivity() const in hasPendingActivity() function in WebCore::WorkerMessagingProxy
|
D | Worker.cpp | 124 bool Worker::hasPendingActivity() const in hasPendingActivity() function in WebCore::Worker
|
D | WorkerContext.cpp | 188 bool WorkerContext::hasPendingActivity() const in hasPendingActivity() function in WebCore::WorkerContext
|
/external/webkit/Source/WebCore/page/ |
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
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebWorkerClientImpl.cpp | 190 bool WebWorkerClientImpl::hasPendingActivity() const in hasPendingActivity() function in WebKit::WebWorkerClientImpl 291 void WebWorkerClientImpl::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() 300 void WebWorkerClientImpl::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() 411 bool hasPendingActivity) in reportPendingActivityTask()
|
D | WebWorkerBase.cpp | 335 void WebWorkerBase::confirmMessageFromWorkerObject(bool hasPendingActivity) in confirmMessageFromWorkerObject() 343 bool hasPendingActivity) in confirmMessageTask() 350 void WebWorkerBase::reportPendingActivity(bool hasPendingActivity) in reportPendingActivity() 358 bool hasPendingActivity) in reportPendingActivityTask()
|
D | PlatformMessagePortChannel.cpp | 98 bool MessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::MessagePortChannel 236 bool PlatformMessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::PlatformMessagePortChannel
|
/external/webkit/Source/WebCore/platform/ |
D | AsyncFileSystem.h | 60 virtual bool hasPendingActivity() { return false; } in hasPendingActivity() function
|
/external/webkit/Source/WebCore/dom/default/ |
D | PlatformMessagePortChannel.cpp | 91 bool MessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::MessagePortChannel 225 bool PlatformMessagePortChannel::hasPendingActivity() in hasPendingActivity() function in WebCore::PlatformMessagePortChannel
|
/external/webkit/Source/WebCore/fileapi/ |
D | FileWriter.cpp | 62 bool FileWriter::hasPendingActivity() const in hasPendingActivity() function in WebCore::FileWriter
|
D | FileReader.cpp | 63 bool FileReader::hasPendingActivity() const in hasPendingActivity() function in WebCore::FileReader
|
D | DOMFileSystem.cpp | 69 bool DOMFileSystem::hasPendingActivity() const in hasPendingActivity() function in WebCore::DOMFileSystem
|
/external/webkit/Source/WebCore/storage/ |
D | IDBTransaction.cpp | 133 bool IDBTransaction::hasPendingActivity() const in hasPendingActivity() function in WebCore::IDBTransaction
|
D | IDBDatabase.cpp | 168 bool IDBDatabase::hasPendingActivity() const in hasPendingActivity() function in WebCore::IDBDatabase
|
D | IDBRequest.cpp | 241 bool IDBRequest::hasPendingActivity() const in hasPendingActivity() function in WebCore::IDBRequest
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMediaElement.cpp | 2354 bool HTMLMediaElement::hasPendingActivity() const in hasPendingActivity() function in WebCore::HTMLMediaElement
|