Home
last modified time | relevance | path

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

/external/chromium_org/webkit/child/
Dworker_task_runner_unittest.cc18 task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop()); in FakeStop()
25 MOCK_METHOD0(OnWorkerRunLoopStopped, void());
27 ON_CALL(*this, OnWorkerRunLoopStopped()).WillByDefault( in RemoveSelfOnNotify()
39 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1); in TEST_F()
50 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1); in TEST_F()
Dworker_task_runner.h31 virtual void OnWorkerRunLoopStopped() = 0;
47 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
Dworker_task_runner.cc98 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) { in OnWorkerRunLoopStopped() function in webkit_glue::WorkerTaskRunner
101 OnWorkerRunLoopStopped()); in OnWorkerRunLoopStopped()
Dwebkitplatformsupport_child_impl.cc91 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
/external/chromium_org/content/child/service_worker/
Dservice_worker_dispatcher.h58 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dservice_worker_dispatcher.cc148 void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::ServiceWorkerDispatcher
/external/chromium_org/content/child/
Dquota_dispatcher.h57 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dquota_dispatcher.cc93 void QuotaDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::QuotaDispatcher
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.h49 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dwebfilesystem_impl.cc323 void WebFileSystemImpl::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::WebFileSystemImpl
/external/chromium_org/content/child/indexed_db/
Dindexed_db_dispatcher.h61 virtual void OnWorkerRunLoopStopped() OVERRIDE;
Dindexed_db_dispatcher.cc79 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::IndexedDBDispatcher