/external/chromium_org/content/child/appcache/ |
D | appcache_dispatcher.cc | 24 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()
|
D | appcache_frontend_impl.cc | 38 void AppCacheFrontendImpl::OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheFrontendImpl 47 host->OnEventRaised(event_id); in OnEventRaised()
|
D | appcache_frontend_impl.h | 18 virtual void OnEventRaised(const std::vector<int>& host_ids,
|
D | appcache_dispatcher.h | 38 void OnEventRaised(const std::vector<int>& host_ids,
|
D | web_application_cache_host_impl.h | 35 void OnEventRaised(AppCacheEventID); in NON_EXPORTED_BASE()
|
D | web_application_cache_host_impl.cc | 88 void WebApplicationCacheHostImpl::OnEventRaised( in OnEventRaised() function in content::WebApplicationCacheHostImpl
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_frontend_proxy.h | 26 virtual void OnEventRaised(const std::vector<int>& host_ids,
|
D | appcache_frontend_proxy.cc | 25 void AppCacheFrontendProxy::OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheFrontendProxy
|
D | appcache_group_unittest.cc | 36 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in __anonf801dc170111::TestAppCacheFrontend
|
D | appcache_host.cc | 117 frontend_->OnEventRaised(host_ids, APPCACHE_CHECKING_EVENT); in SelectCache()
|
D | appcache_host_unittest.cc | 57 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheHostTest::MockFrontend
|
D | appcache_update_job.cc | 75 frontend->OnEventRaised(it->second, event_id); in SendNotifications() 990 host->frontend()->OnEventRaised(ids, event_id); in NotifySingleHost()
|
D | appcache_unittest.cc | 20 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::__anon5302bd8b0111::MockAppCacheFrontend
|
D | appcache_request_handler_unittest.cc | 44 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheRequestHandlerTest::MockFrontend
|
D | appcache_update_job_unittest.cc | 230 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()
|
D | appcache_storage_impl_unittest.cc | 1619 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in content::AppCacheStorageImplTest::MockAppCacheFrontend
|
/external/chromium_org/content/common/ |
D | appcache_interfaces.h | 121 virtual void OnEventRaised(const std::vector<int>& host_ids,
|