/external/chromium_org/components/autofill/core/browser/ |
D | password_generator.cc | 54 size_t num_total, in GetRandomSelection() argument 56 DCHECK_GE(num_total, num_to_select); in GetRandomSelection() 57 size_t num_left = num_total; in GetRandomSelection() 59 for (size_t i = 0; i < num_total && num_needed > 0; ++i) { in GetRandomSelection()
|
/external/chromium_org/content/browser/appcache/ |
D | appcache_frontend_proxy.cc | 33 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument 35 host_ids, url, num_total, num_complete)); in OnProgressEventRaised()
|
D | appcache_frontend_proxy.h | 30 int num_total, int num_complete) OVERRIDE;
|
/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 | appcache_frontend_impl.cc | 54 int num_total, in OnProgressEventRaised() argument 60 host->OnProgressEventRaised(url, num_total, num_complete); in OnProgressEventRaised()
|
D | web_application_cache_host_impl.cc | 139 const GURL& url, int num_total, int num_complete) { in OnProgressEventRaised() argument 144 num_total, url.spec().c_str()); in OnProgressEventRaised() 147 client_->notifyProgressEventListener(url, num_total, num_complete); in OnProgressEventRaised()
|
D | appcache_frontend_impl.h | 22 int num_total,
|
D | appcache_dispatcher.h | 41 const GURL& url, int num_total, int num_complete);
|
D | web_application_cache_host_impl.h | 42 void OnProgressEventRaised(const GURL& url, int num_total, int num_complete); in NON_EXPORTED_BASE()
|
/external/chromium_org/third_party/WebKit/public/web/ |
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 | 130 int num_total, int num_complete) = 0;
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_group_unittest.cc | 46 int num_total, int num_complete) OVERRIDE { in OnProgressEventRaised() argument
|
D | appcache_host_unittest.cc | 69 int num_total, in OnProgressEventRaised() argument
|
D | appcache_update_job.cc | 59 const GURL& url, int num_total, int num_complete) { in SendProgressNotifications() argument 64 num_total, num_complete); in SendProgressNotifications()
|
D | appcache_update_job_unittest.cc | 253 int num_total, in OnProgressEventRaised() argument 259 EXPECT_GE(num_total, num_complete); in OnProgressEventRaised() 267 EXPECT_EQ(last_progress_total_, num_total); in OnProgressEventRaised() 272 if (num_total == num_complete) in OnProgressEventRaised() 277 last_progress_total_ = num_total; in OnProgressEventRaised()
|
D | appcache_unittest.cc | 25 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
|
D | appcache_request_handler_unittest.cc | 51 int num_total, in OnProgressEventRaised() argument
|
D | appcache_storage_impl_unittest.cc | 1608 int num_total, int num_complete) OVERRIDE {} in OnProgressEventRaised() argument
|