/external/chromium_org/content/child/appcache/ |
D | appcache_dispatcher.cc | 26 IPC_MESSAGE_HANDLER(AppCacheMsg_ErrorEventRaised, OnErrorEventRaised) in OnMessageReceived() 55 void AppCacheDispatcher::OnErrorEventRaised( in OnErrorEventRaised() function in content::AppCacheDispatcher 58 frontend_->OnErrorEventRaised(host_ids, message); in OnErrorEventRaised()
|
D | appcache_frontend_impl.cc | 64 void AppCacheFrontendImpl::OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in content::AppCacheFrontendImpl 70 host->OnErrorEventRaised(message); in OnErrorEventRaised()
|
D | appcache_frontend_impl.h | 24 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
D | appcache_dispatcher.h | 42 void OnErrorEventRaised(const std::vector<int>& host_ids,
|
D | web_application_cache_host_impl.h | 43 void OnErrorEventRaised(const std::string& message); in NON_EXPORTED_BASE()
|
D | web_application_cache_host_impl.cc | 150 void WebApplicationCacheHostImpl::OnErrorEventRaised( in OnErrorEventRaised() function in content::WebApplicationCacheHostImpl
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_frontend_proxy.h | 31 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
D | appcache_frontend_proxy.cc | 38 void AppCacheFrontendProxy::OnErrorEventRaised( in OnErrorEventRaised() function in content::AppCacheFrontendProxy
|
/external/chromium_org/webkit/common/appcache/ |
D | appcache_interfaces.h | 131 virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_group_unittest.cc | 40 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in __anon39bd80b50111::TestAppCacheFrontend
|
D | appcache_host.cc | 118 frontend_->OnErrorEventRaised( in SelectCache()
|
D | appcache_host_unittest.cc | 62 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheHostTest::MockFrontend
|
D | appcache_unittest.cc | 26 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::__anon24fec3a90111::MockAppCacheFrontend
|
D | appcache_request_handler_unittest.cc | 46 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheRequestHandlerTest::MockFrontend
|
D | appcache_update_job.cc | 73 frontend->OnErrorEventRaised(it->second, error_message); in SendErrorNotifications()
|
D | appcache_storage_impl_unittest.cc | 1609 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::AppCacheStorageImplTest::MockAppCacheFrontend
|
D | appcache_update_job_unittest.cc | 245 virtual void OnErrorEventRaised(const std::vector<int>& host_ids, in OnErrorEventRaised() function in appcache::MockFrontend
|