HomeSort by relevance Sort by last modified time
    Searched refs:reportPendingActivity (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/workers/
DedicatedWorkerThread.cpp 66 m_workerObjectProxy.reportPendingActivity(workerGlobalScope()->hasPendingActivity());
WorkerObjectProxy.h 60 void reportPendingActivity(bool hasPendingActivity);
WorkerObjectProxy.cpp 65 void WorkerObjectProxy::reportPendingActivity(bool hasPendingActivity)
67 m_executionContext->postTask(createCrossThreadTask(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity));
WorkerMessagingProxy.h 70 void reportPendingActivity(bool hasPendingActivity);
DedicatedWorkerGlobalScope.cpp 77 thread()->workerObjectProxy().reportPendingActivity(hasPendingActivity());
WorkerMessagingProxy.cpp 270 reportPendingActivity(hasPendingActivity);
273 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity)

Completed in 2900 milliseconds