/external/chromium_org/content/browser/appcache/ |
D | appcache_frontend_proxy.cc | 34 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument 36 host_ids, url, num_total, num_complete)); in OnProgressEventRaised()
|
D | appcache_frontend_proxy.h | 30 int num_total, int num_complete) OVERRIDE;
|
D | appcache_group_unittest.cc | 53 int num_total, int num_complete) OVERRIDE { in OnProgressEventRaised() argument
|
D | appcache_update_job_unittest.cc | 280 int num_complete) OVERRIDE { in OnProgressEventRaised() argument 285 EXPECT_GE(num_total, num_complete); in OnProgressEventRaised() 286 EXPECT_GE(num_complete, 0); in OnProgressEventRaised() 290 EXPECT_EQ(0, num_complete); in OnProgressEventRaised() 294 EXPECT_EQ(last_progress_complete_ + 1, num_complete); in OnProgressEventRaised() 298 if (num_total == num_complete) in OnProgressEventRaised() 304 last_progress_complete_ = num_complete; in OnProgressEventRaised()
|
D | appcache_host_unittest.cc | 85 int num_complete) OVERRIDE { in OnProgressEventRaised() argument
|
D | appcache_unittest.cc | 45 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
|
D | appcache_request_handler_unittest.cc | 65 int num_complete) OVERRIDE { in OnProgressEventRaised() argument
|
D | appcache_storage_impl_unittest.cc | 1648 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
|
/external/chromium_org/content/child/appcache/ |
D | appcache_dispatcher.cc | 51 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument 52 frontend_->OnProgressEventRaised(host_ids, url, num_total, num_complete); in OnProgressEventRaised()
|
D | web_application_cache_host_impl.cc | 129 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument 133 std::string message = base::StringPrintf(kFormatString, num_complete, in OnProgressEventRaised() 137 client_->notifyProgressEventListener(url, num_total, num_complete); in OnProgressEventRaised()
|
D | appcache_frontend_impl.cc | 55 int num_complete) { in OnProgressEventRaised() argument 60 host->OnProgressEventRaised(url, num_total, num_complete); in OnProgressEventRaised()
|
D | appcache_frontend_impl.h | 23 int num_complete) OVERRIDE;
|
D | appcache_dispatcher.h | 41 const GURL& url, int num_total, int num_complete);
|
D | web_application_cache_host_impl.h | 36 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebApplicationCacheHostClient.h | 47 virtual void notifyProgressEventListener(const WebURL&, int num_total, int num_complete) = 0;
|
/external/chromium_org/webkit/common/appcache/ |
D | appcache_interfaces.h | 160 int num_total, int num_complete) = 0;
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_update_job.cc | 70 const GURL& url, int num_total, int num_complete) { in SendProgressNotifications() argument 75 num_total, num_complete); in SendProgressNotifications()
|