Home
last modified time | relevance | path

Searched refs:num_total (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/content/browser/appcache/
Dappcache_frontend_proxy.cc34 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument
36 host_ids, url, num_total, num_complete)); in OnProgressEventRaised()
Dappcache_frontend_proxy.h30 int num_total, int num_complete) OVERRIDE;
Dappcache_group_unittest.cc53 int num_total, int num_complete) OVERRIDE { in OnProgressEventRaised() argument
Dappcache_host_unittest.cc84 int num_total, in OnProgressEventRaised() argument
Dappcache_update_job_unittest.cc279 int num_total, in OnProgressEventRaised() argument
285 EXPECT_GE(num_total, num_complete); in OnProgressEventRaised()
293 EXPECT_EQ(last_progress_total_, num_total); in OnProgressEventRaised()
298 if (num_total == num_complete) in OnProgressEventRaised()
303 last_progress_total_ = num_total; in OnProgressEventRaised()
Dappcache_unittest.cc45 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
Dappcache_request_handler_unittest.cc64 int num_total, in OnProgressEventRaised() argument
Dappcache_storage_impl_unittest.cc1648 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc51 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete); in OnProgressEventRaised()
Dweb_application_cache_host_impl.cc129 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument
134 num_total, url.spec().c_str()); in OnProgressEventRaised()
137 client_->notifyProgressEventListener(url, num_total, num_complete); in OnProgressEventRaised()
Dappcache_frontend_impl.cc54 int num_total, in OnProgressEventRaised() argument
60 host->OnProgressEventRaised(url, num_total, num_complete); in OnProgressEventRaised()
Dappcache_frontend_impl.h22 int num_total,
Dappcache_dispatcher.h41 const GURL& url, int num_total, int num_complete);
Dweb_application_cache_host_impl.h36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); in NON_EXPORTED_BASE()
/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHostClient.h47 virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h160 int num_total, int num_complete) = 0;
/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job.cc70 const GURL& url, int num_total, int num_complete) { in SendProgressNotifications() argument
75 num_total, num_complete); in SendProgressNotifications()