Home
last modified time | relevance | path

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

/external/chromium_org/content/child/appcache/
Dappcache_frontend_impl.cc42 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised()
108 (int)appcache::APPCACHE_ERROR_EVENT, ErrorEvent);
Dweb_application_cache_host_impl.cc94 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised()
/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc34 using appcache::APPCACHE_ERROR_EVENT;
274 OnEventRaised(host_ids, APPCACHE_ERROR_EVENT); in OnErrorEventRaised()
804 frontend1->AddExpectedEvent(ids1, APPCACHE_ERROR_EVENT); in UpgradeFetchManifestFailTest()
807 frontend2->AddExpectedEvent(ids2, APPCACHE_ERROR_EVENT); in UpgradeFetchManifestFailTest()
1085 frontend->AddExpectedEvent(id, APPCACHE_ERROR_EVENT); in Bug95101Test()
1511 frontend1->AddExpectedEvent(ids1, APPCACHE_ERROR_EVENT); in UpgradeFailUrlFetchTest()
1515 frontend2->AddExpectedEvent(ids2, APPCACHE_ERROR_EVENT); in UpgradeFailUrlFetchTest()
1929 frontend1->AddExpectedEvent(ids1, APPCACHE_ERROR_EVENT); in UpgradeFailStoreNewestCacheTest()
1935 frontend2->AddExpectedEvent(ids2, APPCACHE_ERROR_EVENT); in UpgradeFailStoreNewestCacheTest()
1983 frontend->AddExpectedEvent(ids1, APPCACHE_ERROR_EVENT); in MasterEntryFailStoreNewestCacheTest()
[all …]
Dappcache_host_unittest.cc26 using appcache::APPCACHE_ERROR_EVENT;
79 last_event_id_ = APPCACHE_ERROR_EVENT; in OnErrorEventRaised()
539 EXPECT_EQ(APPCACHE_ERROR_EVENT, mock_frontend_.last_event_id_); in TEST_F()
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h43 APPCACHE_ERROR_EVENT, enumerator