Home
last modified time | relevance | path

Searched refs:APPCACHE_OBSOLETE_EVENT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/common/
Dappcache_interfaces.h31 APPCACHE_OBSOLETE_EVENT, enumerator
32 APPCACHE_EVENT_ID_LAST = APPCACHE_OBSOLETE_EVENT
/external/chromium_org/content/browser/appcache/
Dappcache_host_unittest.cc41 last_event_id_(APPCACHE_OBSOLETE_EVENT), in MockFrontend()
470 mock_frontend_.last_event_id_ = APPCACHE_OBSOLETE_EVENT; in TEST_F()
487 EXPECT_EQ(APPCACHE_OBSOLETE_EVENT, mock_frontend_.last_event_id_); in TEST_F()
508 mock_frontend_.last_event_id_ = APPCACHE_OBSOLETE_EVENT; in TEST_F()
Dappcache_update_job.cc573 NotifyAllAssociatedHosts(APPCACHE_OBSOLETE_EVENT); in OnGroupMadeObsolete()
Dappcache_update_job_unittest.cc885 frontend1->AddExpectedEvent(ids1, APPCACHE_OBSOLETE_EVENT); in ManifestNotFoundTest()
888 frontend2->AddExpectedEvent(ids2, APPCACHE_OBSOLETE_EVENT); in ManifestNotFoundTest()
/external/chromium_org/content/child/appcache/
Dappcache_frontend_impl.cc120 (int)APPCACHE_OBSOLETE_EVENT, ObsoleteEvent);
Dweb_application_cache_host_impl.cc115 case APPCACHE_OBSOLETE_EVENT: in OnEventRaised()