Searched refs:ERROR_EVENT (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/content/child/appcache/ |
D | appcache_frontend_impl.cc | 42 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised() 106 (int)appcache::ERROR_EVENT, ErrorEvent);
|
D | web_application_cache_host_impl.cc | 104 DCHECK(event_id != appcache::ERROR_EVENT); // See OnErrorEventRaised. in OnEventRaised() 160 client_->notifyEventListener(static_cast<EventID>(appcache::ERROR_EVENT)); in OnErrorEventRaised()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/ |
D | ApplicationCache.cpp | 108 case ApplicationCacheHost::ERROR_EVENT: in toEventType()
|
D | ApplicationCacheHost.h | 67 ERROR_EVENT, enumerator
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_update_job_unittest.cc | 248 OnEventRaised(host_ids, ERROR_EVENT); in OnErrorEventRaised() 777 frontend1->AddExpectedEvent(ids1, ERROR_EVENT); in UpgradeFetchManifestFailTest() 780 frontend2->AddExpectedEvent(ids2, ERROR_EVENT); in UpgradeFetchManifestFailTest() 1058 frontend->AddExpectedEvent(id, ERROR_EVENT); in Bug95101Test() 1484 frontend1->AddExpectedEvent(ids1, ERROR_EVENT); in UpgradeFailUrlFetchTest() 1488 frontend2->AddExpectedEvent(ids2, ERROR_EVENT); in UpgradeFailUrlFetchTest() 1902 frontend1->AddExpectedEvent(ids1, ERROR_EVENT); in UpgradeFailStoreNewestCacheTest() 1908 frontend2->AddExpectedEvent(ids2, ERROR_EVENT); in UpgradeFailStoreNewestCacheTest() 1956 frontend->AddExpectedEvent(ids1, ERROR_EVENT); in MasterEntryFailStoreNewestCacheTest() 1996 frontend1->AddExpectedEvent(ids1, ERROR_EVENT); in UpgradeFailMakeGroupObsoleteTest() [all …]
|
D | appcache_host_unittest.cc | 64 last_event_id_ = ERROR_EVENT; in OnErrorEventRaised() 524 EXPECT_EQ(ERROR_EVENT, mock_frontend_.last_event_id_); in TEST_F()
|
/external/chromium_org/webkit/common/appcache/ |
D | appcache_interfaces.h | 42 ERROR_EVENT, enumerator
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | AssertMatchingEnums.cpp | 319 COMPILE_ASSERT_MATCHING_ENUM(WebApplicationCacheHost::ErrorEvent, ApplicationCacheHost::ERROR_EVENT…
|