/external/chromium_org/content/child/appcache/ |
H A D | appcache_dispatcher.cc | 25 IPC_MESSAGE_HANDLER(AppCacheMsg_ProgressEventRaised, OnProgressEventRaised) 49 void AppCacheDispatcher::OnProgressEventRaised( function in class:content::AppCacheDispatcher 52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete);
|
H A D | appcache_dispatcher.h | 40 void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_frontend_impl.h | 20 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_frontend_impl.cc | 41 appcache::APPCACHE_PROGRESS_EVENT); // See OnProgressEventRaised. 51 void AppCacheFrontendImpl::OnProgressEventRaised( function in class:content::AppCacheFrontendImpl 60 host->OnProgressEventRaised(url, num_total, num_complete);
|
H A D | web_application_cache_host_impl.h | 36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete);
|
H A D | web_application_cache_host_impl.cc | 93 appcache::APPCACHE_PROGRESS_EVENT); // See OnProgressEventRaised. 128 void WebApplicationCacheHostImpl::OnProgressEventRaised( function in class:content::WebApplicationCacheHostImpl
|
/external/chromium_org/content/browser/appcache/ |
H A D | appcache_frontend_proxy.h | 28 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_frontend_proxy.cc | 28 event_id); // See OnProgressEventRaised. 32 void AppCacheFrontendProxy::OnProgressEventRaised( function in class:content::AppCacheFrontendProxy
|
H A D | appcache_group_unittest.cc | 51 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_host_unittest.cc | 82 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_request_handler_unittest.cc | 62 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
H A D | appcache_unittest.cc | 42 virtual void OnProgressEventRaised(
|
H A D | appcache_storage_impl_unittest.cc | 1645 virtual void OnProgressEventRaised(
|
H A D | appcache_update_job_unittest.cc | 277 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
/external/chromium_org/webkit/common/appcache/ |
H A D | appcache_interfaces.h | 158 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
|
/external/chromium_org/webkit/browser/appcache/ |
H A D | appcache_update_job.cc | 74 frontend->OnProgressEventRaised(it->second, url,
|