HomeSort by relevance Sort by last modified time
    Searched refs:OnWorkerRunLoopStopped (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/child/
worker_task_runner_unittest.cc 19 task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop());
26 MOCK_METHOD0(OnWorkerRunLoopStopped, void());
28 ON_CALL(*this, OnWorkerRunLoopStopped()).WillByDefault(
40 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
51 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
worker_task_runner.h 31 virtual void OnWorkerRunLoopStopped() = 0;
40 void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
worker_task_runner.cc 99 void WorkerTaskRunner::OnWorkerRunLoopStopped(const WebWorkerRunLoop& loop) {
102 OnWorkerRunLoopStopped());
quota_dispatcher.h 57 virtual void OnWorkerRunLoopStopped() OVERRIDE;
quota_dispatcher.cc 92 void QuotaDispatcher::OnWorkerRunLoopStopped() {
blink_platform_impl.cc     [all...]
  /external/chromium_org/content/child/service_worker/
service_worker_dispatcher.h 109 virtual void OnWorkerRunLoopStopped() OVERRIDE;
service_worker_dispatcher.cc 172 void ServiceWorkerDispatcher::OnWorkerRunLoopStopped() {
  /external/chromium_org/content/child/fileapi/
webfilesystem_impl.h 43 // itself in OnWorkerRunLoopStopped(), but for an instance created on the
51 virtual void OnWorkerRunLoopStopped() OVERRIDE;
webfilesystem_impl.cc 359 void WebFileSystemImpl::OnWorkerRunLoopStopped() {
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.h 64 virtual void OnWorkerRunLoopStopped() OVERRIDE;
indexed_db_dispatcher.cc 84 void IndexedDBDispatcher::OnWorkerRunLoopStopped() { delete this; }

Completed in 535 milliseconds