/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 | 39 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 | 41 void OnEventRaised(appcache::EventID); in NON_EXPORTED_BASE()
|
D | web_application_cache_host_impl.cc | 102 void WebApplicationCacheHostImpl::OnEventRaised(appcache::EventID event_id) { 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
|
/external/chromium_org/webkit/common/appcache/ |
D | appcache_interfaces.h | 126 virtual void OnEventRaised(const std::vector<int>& host_ids,
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_group_unittest.cc | 36 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in __anon39bd80b50111::TestAppCacheFrontend
|
D | appcache_host.cc | 117 frontend_->OnEventRaised(host_ids, CHECKING_EVENT); in SelectCache()
|
D | appcache_host_unittest.cc | 57 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in appcache::AppCacheHostTest::MockFrontend
|
D | appcache_update_job.cc | 54 frontend->OnEventRaised(it->second, event_id); in SendNotifications() 792 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 appcache::__anon24fec3a90111::MockAppCacheFrontend
|
D | appcache_request_handler_unittest.cc | 43 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in appcache::AppCacheRequestHandlerTest::MockFrontend
|
D | appcache_update_job_unittest.cc | 229 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in appcache::MockFrontend 248 OnEventRaised(host_ids, ERROR_EVENT); in OnErrorEventRaised() 256 OnEventRaised(host_ids, PROGRESS_EVENT); in OnProgressEventRaised()
|
D | appcache_storage_impl_unittest.cc | 1603 virtual void OnEventRaised(const std::vector<int>& host_ids, in OnEventRaised() function in appcache::AppCacheStorageImplTest::MockAppCacheFrontend
|