Searched defs:num_total (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc34 const GURL& url, int num_total, int num_complete) {
36 host_ids, url, num_total, num_complete));
32 OnProgressEventRaised( const std::vector<int>& host_ids, const GURL& url, int num_total, int num_complete) argument
H A Dappcache_update_job.cc80 const GURL& url, int num_total, int num_complete) {
85 num_total, num_complete);
79 SendProgressNotifications( const GURL& url, int num_total, int num_complete) argument
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc51 const GURL& url, int num_total, int num_complete) {
52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete);
49 OnProgressEventRaised( const std::vector<int>& host_ids, const GURL& url, int num_total, int num_complete) argument
H A Dappcache_frontend_impl.cc54 int num_total,
60 host->OnProgressEventRaised(url, num_total, num_complete);
51 OnProgressEventRaised( const std::vector<int>& host_ids, const GURL& url, int num_total, int num_complete) argument
H A Dweb_application_cache_host_impl.cc127 const GURL& url, int num_total, int num_complete) {
132 num_total, url.spec().c_str());
135 client_->notifyProgressEventListener(url, num_total, num_complete);
126 OnProgressEventRaised( const GURL& url, int num_total, int num_complete) argument

Completed in 588 milliseconds