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_frontend_impl.h 20 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_dispatcher.h 40 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_PROGRESS_EVENT); // See OnProgressEventRaised.
51 void AppCacheFrontendImpl::OnProgressEventRaised(
60 host->OnProgressEventRaised(url, num_total, num_complete);
web_application_cache_host_impl.cc 91 APPCACHE_PROGRESS_EVENT); // See OnProgressEventRaised.
126 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 44 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_host_unittest.cc 68 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
appcache_request_handler_unittest.cc 51 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]
appcache_unittest.cc 22 virtual void OnProgressEventRaised(
appcache_update_job.cc 84 frontend->OnProgressEventRaised(it->second, url,
    [all...]
appcache_storage_impl_unittest.cc     [all...]
appcache_update_job_unittest.cc 253 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
    [all...]
  /external/chromium_org/content/common/
appcache_interfaces.h 123 virtual void OnProgressEventRaised(const std::vector<int>& host_ids,

Completed in 147 milliseconds