Searched refs:OnWorkerRunLoopStopped (Results 1 – 12 of 12) sorted by relevance
19 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()
31 virtual void OnWorkerRunLoopStopped() = 0;40 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
99 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) { in OnWorkerRunLoopStopped() function in content::WorkerTaskRunner102 OnWorkerRunLoopStopped()); in OnWorkerRunLoopStopped()
57 virtual void OnWorkerRunLoopStopped() OVERRIDE;
92 void QuotaDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::QuotaDispatcher
1012 worker_task_runner->OnWorkerRunLoopStopped(runLoop); in didStopWorkerRunLoop()
51 virtual void OnWorkerRunLoopStopped() OVERRIDE;
401 void WebFileSystemImpl::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::WebFileSystemImpl
150 virtual void OnWorkerRunLoopStopped() OVERRIDE;
222 void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() { in OnWorkerRunLoopStopped() function in content::ServiceWorkerDispatcher
63 virtual void OnWorkerRunLoopStopped() OVERRIDE;
84 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; } in OnWorkerRunLoopStopped() function in content::IndexedDBDispatcher