Home
last modified time | relevance | path

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

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job_unittest.cc2409 MockFrontend* frontend4 = MakeMockFrontend(); in StartUpdateMidCacheAttemptTest() local
2410 AppCacheHost* host4 = MakeHost(4, frontend4); in StartUpdateMidCacheAttemptTest()
2451 frontend4->AddExpectedEvent(ids4, CHECKING_EVENT); in StartUpdateMidCacheAttemptTest()
2452 frontend4->AddExpectedEvent(ids4, DOWNLOADING_EVENT); in StartUpdateMidCacheAttemptTest()
2453 frontend4->AddExpectedEvent(ids4, PROGRESS_EVENT); in StartUpdateMidCacheAttemptTest()
2454 frontend4->AddExpectedEvent(ids4, PROGRESS_EVENT); in StartUpdateMidCacheAttemptTest()
2455 frontend4->AddExpectedEvent(ids4, PROGRESS_EVENT); // final in StartUpdateMidCacheAttemptTest()
2456 frontend4->AddExpectedEvent(ids4, CACHED_EVENT); in StartUpdateMidCacheAttemptTest()
2501 MockFrontend* frontend4 = MakeMockFrontend(); in StartUpdateMidNoUpdateTest() local
2502 AppCacheHost* host4 = MakeHost(4, frontend4); // no master entry url in StartUpdateMidNoUpdateTest()
[all …]