Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job_unittest.cc2414 MockFrontend* frontend5 = MakeMockFrontend(); in StartUpdateMidCacheAttemptTest() local
2415 AppCacheHost* host5 = MakeHost(5, frontend5); // no master entry url in StartUpdateMidCacheAttemptTest()
2460 frontend5->AddExpectedEvent(ids5, CHECKING_EVENT); in StartUpdateMidCacheAttemptTest()
2461 frontend5->AddExpectedEvent(ids5, DOWNLOADING_EVENT); in StartUpdateMidCacheAttemptTest()
2504 MockFrontend* frontend5 = MakeMockFrontend(); in StartUpdateMidNoUpdateTest() local
2505 AppCacheHost* host5 = MakeHost(5, frontend5); in StartUpdateMidNoUpdateTest()
2538 frontend5->AddExpectedEvent(ids5, CHECKING_EVENT); in StartUpdateMidNoUpdateTest()
2539 frontend5->AddExpectedEvent(ids5, NO_UPDATE_EVENT); in StartUpdateMidNoUpdateTest()
2580 MockFrontend* frontend5 = MakeMockFrontend(); in StartUpdateMidDownloadTest() local
2581 AppCacheHost* host5 = MakeHost(5, frontend5); in StartUpdateMidDownloadTest()
[all …]