HomeSort by relevance Sort by last modified time
    Searched refs:OnProgressEventRaised (Results 1 - 16 of 16) 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,
web_application_cache_host_impl.h 36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete);
appcache_frontend_impl.cc 41 appcache::APPCACHE_PROGRESS_EVENT); // See OnProgressEventRaised.
51 void AppCacheFrontendImpl::OnProgressEventRaised(
60 host->OnProgressEventRaised(url, num_total, num_complete);
web_application_cache_host_impl.cc 93 appcache::APPCACHE_PROGRESS_EVENT); // See OnProgressEventRaised.
128 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 28 event_id); // See OnProgressEventRaised.
32 void AppCacheFrontendProxy::OnProgressEventRaised(
appcache_group_unittest.cc 51 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_host_unittest.cc 82 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_request_handler_unittest.cc 62 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]
appcache_unittest.cc 42 virtual void OnProgressEventRaised(
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc 277 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]
  /external/chromium_org/webkit/common/appcache/
appcache_interfaces.h 158 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.cc 74 frontend->OnProgressEventRaised(it->second, url,
    [all...]

Completed in 1054 milliseconds