reportPendingActivity 78 Source/core/workers/DedicatedWorkerGlobalScope.cpp thread()->workerObjectProxy().reportPendingActivity(hasPendingActivity()); reportPendingActivity 65 Source/core/workers/DedicatedWorkerThread.cpp m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity()); reportPendingActivity 293 Source/core/workers/WorkerMessagingProxy.cpp reportPendingActivity(hasPendingActivity); reportPendingActivity 71 Source/core/workers/WorkerMessagingProxy.h void reportPendingActivity(bool hasPendingActivity); reportPendingActivity 59 Source/core/workers/WorkerObjectProxy.cpp m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity)); reportPendingActivity 58 Source/core/workers/WorkerObjectProxy.h void reportPendingActivity(bool hasPendingActivity);