Home
last modified time | relevance | path

Searched refs:OnWorkerRunLoopStopped (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/child/
Dworker_task_runner_unittest.cc19 task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop()); in FakeStop()
26 MOCK_METHOD0(OnWorkerRunLoopStopped, void());
28 ON_CALL(*this, OnWorkerRunLoopStopped()).WillByDefault( in RemoveSelfOnNotify()
40 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1); in TEST_F()
51 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1); in TEST_F()
Dworker_task_runner.h31 virtual void OnWorkerRunLoopStopped() = 0;
40 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
Dworker_task_runner.cc99 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) { in OnWorkerRunLoopStopped() function in content::WorkerTaskRunner
102 OnWorkerRunLoopStopped()); in OnWorkerRunLoopStopped()
Dquota_dispatcher.h57 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dquota_dispatcher.cc92 void QuotaDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::QuotaDispatcher
Dblink_platform_impl.cc1012 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.h51 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dwebfilesystem_impl.cc401 void WebFileSystemImpl::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::WebFileSystemImpl
/external/chromium_org/content/child/service_worker/
Dservice_worker_dispatcher.h150 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dservice_worker_dispatcher.cc222 void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::ServiceWorkerDispatcher
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.h63 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dindexed_db_dispatcher.cc84 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::IndexedDBDispatcher