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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerObjectProxy.cpp 57 void WorkerObjectProxy::reportPendingActivity(bool hasPendingActivity)
59 m_executionContext->postTask(bind(&WorkerMessagingProxy::reportPendingActivity, m_messagingProxy, hasPendingActivity));
WorkerMessagingProxy.cpp 293 reportPendingActivity(hasPendingActivity);
296 void WorkerMessagingProxy::reportPendingActivity(bool hasPendingActivity)

Completed in 569 milliseconds