Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc2436 MockFrontend* frontend4 = MakeMockFrontend(); in StartUpdateMidCacheAttemptTest() local
2437 AppCacheHost* host4 = MakeHost(4, frontend4); in StartUpdateMidCacheAttemptTest()
2478 frontend4->AddExpectedEvent(ids4, APPCACHE_CHECKING_EVENT); in StartUpdateMidCacheAttemptTest()
2479 frontend4->AddExpectedEvent(ids4, APPCACHE_DOWNLOADING_EVENT); in StartUpdateMidCacheAttemptTest()
2480 frontend4->AddExpectedEvent(ids4, APPCACHE_PROGRESS_EVENT); in StartUpdateMidCacheAttemptTest()
2481 frontend4->AddExpectedEvent(ids4, APPCACHE_PROGRESS_EVENT); in StartUpdateMidCacheAttemptTest()
2482 frontend4->AddExpectedEvent(ids4, APPCACHE_PROGRESS_EVENT); // final in StartUpdateMidCacheAttemptTest()
2483 frontend4->AddExpectedEvent(ids4, APPCACHE_CACHED_EVENT); in StartUpdateMidCacheAttemptTest()
2528 MockFrontend* frontend4 = MakeMockFrontend(); in StartUpdateMidNoUpdateTest() local
2529 AppCacheHost* host4 = MakeHost(4, frontend4); // no master entry url in StartUpdateMidNoUpdateTest()
[all …]