Searched refs:APPCACHE_ERROR_EVENT (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/content/child/appcache/ |
D | appcache_frontend_impl.cc | 42 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised() 108 (int)appcache::APPCACHE_ERROR_EVENT, ErrorEvent);
|
D | web_application_cache_host_impl.cc | 94 DCHECK(event_id != appcache::APPCACHE_ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_update_job_unittest.cc | 34 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 …]
|
D | appcache_host_unittest.cc | 26 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/ |
D | appcache_interfaces.h | 43 APPCACHE_ERROR_EVENT, enumerator
|