Searched refs:ids4 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_update_job_unittest.cc | 2450 MockFrontend::HostIds ids4(1, host4->host_id()); in StartUpdateMidCacheAttemptTest() local 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() 2535 MockFrontend::HostIds ids4(1, host4->host_id()); // unassociated w/cache in StartUpdateMidNoUpdateTest() local 2536 frontend4->AddExpectedEvent(ids4, CHECKING_EVENT); in StartUpdateMidNoUpdateTest() 2619 MockFrontend::HostIds ids4(1, host4->host_id()); // unassociated w/cache in StartUpdateMidDownloadTest() local [all …]
|