Searched refs:OnWorkerRunLoopStopped (Results 1 – 12 of 12) sorted by relevance
18 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()
31 virtual void OnWorkerRunLoopStopped() = 0;47 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
98 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) { in OnWorkerRunLoopStopped() function in webkit_glue::WorkerTaskRunner101 OnWorkerRunLoopStopped()); in OnWorkerRunLoopStopped()
91 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
58 virtual void OnWorkerRunLoopStopped() OVERRIDE;
148 void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::ServiceWorkerDispatcher
57 virtual void OnWorkerRunLoopStopped() OVERRIDE;
93 void QuotaDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::QuotaDispatcher
49 virtual void OnWorkerRunLoopStopped() OVERRIDE;
323 void WebFileSystemImpl::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::WebFileSystemImpl
61 virtual void OnWorkerRunLoopStopped() OVERRIDE;
79 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::IndexedDBDispatcher