Home
last modified time | relevance | path

Searched refs:kWorkerHostId (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_host_unittest.cc426 const int kWorkerHostId = 2; in TEST_F() local
431 backend_impl.RegisterHost(kWorkerHostId); in TEST_F()
436 AppCacheHost* worker_host = backend_impl.GetHost(kWorkerHostId); in TEST_F()
446 EXPECT_EQ(kWorkerHostId, mock_frontend_.last_host_id_); in TEST_F()
Dappcache_request_handler_unittest.cc791 const int kWorkerHostId = 2; in WorkerRequest() local
795 backend_impl_->RegisterHost(kWorkerHostId); in WorkerRequest()
796 AppCacheHost* worker_host = backend_impl_->GetHost(kWorkerHostId); in WorkerRequest()
806 backend_impl_->UnregisterHost(kWorkerHostId); in WorkerRequest()