Home
last modified time | relevance | path

Searched refs:OnEventRaised (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc24 IPC_MESSAGE_HANDLER(AppCacheMsg_EventRaised, OnEventRaised) in OnMessageReceived()
44 void AppCacheDispatcher::OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheDispatcher
46 frontend_->OnEventRaised(host_ids, event_id); in OnEventRaised()
Dappcache_frontend_impl.cc38 void AppCacheFrontendImpl::OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheFrontendImpl
47 host->OnEventRaised(event_id); in OnEventRaised()
Dappcache_frontend_impl.h18 virtual void OnEventRaised(const std::vector<int>& host_ids,
Dappcache_dispatcher.h38 void OnEventRaised(const std::vector<int>& host_ids,
Dweb_application_cache_host_impl.h35 void OnEventRaised(AppCacheEventID); in NON_EXPORTED_BASE()
Dweb_application_cache_host_impl.cc88 void WebApplicationCacheHostImpl::OnEventRaised( in OnEventRaised() function in content::WebApplicationCacheHostImpl
/external/chromium_org/content/browser/appcache/
Dappcache_frontend_proxy.h26 virtual void OnEventRaised(const std::vector<int>& host_ids,
Dappcache_frontend_proxy.cc25 void AppCacheFrontendProxy::OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheFrontendProxy
Dappcache_group_unittest.cc36 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in __anonf801dc170111::TestAppCacheFrontend
Dappcache_host.cc117 frontend_->OnEventRaised(host_ids, APPCACHE_CHECKING_EVENT); in SelectCache()
Dappcache_host_unittest.cc57 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheHostTest::MockFrontend
Dappcache_update_job.cc75 frontend->OnEventRaised(it->second, event_id); in SendNotifications()
990 host->frontend()->OnEventRaised(ids, event_id); in NotifySingleHost()
Dappcache_unittest.cc20 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::__anon5302bd8b0111::MockAppCacheFrontend
Dappcache_request_handler_unittest.cc44 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheRequestHandlerTest::MockFrontend
Dappcache_update_job_unittest.cc230 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::MockFrontend
250 OnEventRaised(host_ids, APPCACHE_ERROR_EVENT); in OnErrorEventRaised()
258 OnEventRaised(host_ids, APPCACHE_PROGRESS_EVENT); in OnProgressEventRaised()
Dappcache_storage_impl_unittest.cc1619 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheStorageImplTest::MockAppCacheFrontend
/external/chromium_org/content/common/
Dappcache_interfaces.h121 virtual void OnEventRaised(const std::vector<int>& host_ids,