Searched refs:ids5 (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/content/browser/appcache/ |
D | appcache_update_job_unittest.cc | 2486 MockFrontend::HostIds ids5(1, host5->host_id()); in StartUpdateMidCacheAttemptTest() local 2487 frontend5->AddExpectedEvent(ids5, APPCACHE_CHECKING_EVENT); in StartUpdateMidCacheAttemptTest() 2488 frontend5->AddExpectedEvent(ids5, APPCACHE_DOWNLOADING_EVENT); in StartUpdateMidCacheAttemptTest() 2564 MockFrontend::HostIds ids5(1, host5->host_id()); in StartUpdateMidNoUpdateTest() local 2565 frontend5->AddExpectedEvent(ids5, APPCACHE_CHECKING_EVENT); in StartUpdateMidNoUpdateTest() 2566 frontend5->AddExpectedEvent(ids5, APPCACHE_NO_UPDATE_EVENT); in StartUpdateMidNoUpdateTest() 2649 MockFrontend::HostIds ids5(1, host5->host_id()); in StartUpdateMidDownloadTest() local 2650 frontend5->AddExpectedEvent(ids5, APPCACHE_CHECKING_EVENT); in StartUpdateMidDownloadTest() 2651 frontend5->AddExpectedEvent(ids5, APPCACHE_DOWNLOADING_EVENT); in StartUpdateMidDownloadTest() 2652 frontend5->AddExpectedEvent(ids5, APPCACHE_PROGRESS_EVENT); in StartUpdateMidDownloadTest() [all …]
|