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

/external/chromium_org/content/browser/appcache/
H A Dappcache_frontend_proxy.cc33 const GURL& url, int num_total, int num_complete) {
35 host_ids, url, num_total, num_complete));
31 OnProgressEventRaised( const std::vector<int>& host_ids, 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.cc55 int num_complete) {
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.cc139 const GURL& url, int num_total, int num_complete) {
143 std::string message = base::StringPrintf(kFormatString, num_complete,
147 client_->notifyProgressEventListener(url, num_total, num_complete);
138 OnProgressEventRaised( const GURL& url, int num_total, int num_complete) argument
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_update_job.cc58 const GURL& url, int num_total, int num_complete) {
63 num_total, num_complete);
57 SendProgressNotifications( const GURL& url, int num_total, int num_complete) argument

Completed in 53 milliseconds