HomeSort by relevance Sort by last modified time
    Searched refs:OnProgressEventRaised (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/child/appcache/
appcache_dispatcher.cc 25 IPC_MESSAGE_HANDLER(AppCacheMsg_ProgressEventRaised, OnProgressEventRaised)
49 void AppCacheDispatcher::OnProgressEventRaised(
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete);
appcache_dispatcher.h 40 void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_frontend_impl.h 20 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_frontend_impl.cc 41 DCHECK(event_id != appcache::PROGRESS_EVENT); // See OnProgressEventRaised.
51 void AppCacheFrontendImpl::OnProgressEventRaised(
60 host->OnProgressEventRaised(url, num_total, num_complete);
web_application_cache_host_impl.h 42 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete);
web_application_cache_host_impl.cc 103 DCHECK(event_id != appcache::PROGRESS_EVENT); // See OnProgressEventRaised.
138 void WebApplicationCacheHostImpl::OnProgressEventRaised(
  /external/chromium_org/content/browser/appcache/
appcache_frontend_proxy.h 28 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_frontend_proxy.cc 27 DCHECK_NE(appcache::PROGRESS_EVENT, event_id); // See OnProgressEventRaised.
31 void AppCacheFrontendProxy::OnProgressEventRaised(
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 128 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
  /external/chromium_org/webkit/browser/appcache/
appcache_group_unittest.cc 44 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_host_unittest.cc 67 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_request_handler_unittest.cc 48 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]
appcache_unittest.cc 22 virtual void OnProgressEventRaised(
appcache_update_job.cc 62 frontend->OnProgressEventRaised(it->second, url,
    [all...]
appcache_update_job_unittest.cc 251 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]

Completed in 236 milliseconds