HomeSort by relevance Sort by last modified time
    Searched refs:completion_callback (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_appcache_helper.cc 18 const base::Closure& completion_callback) {
19 completion_callback_ = completion_callback;
mock_browsing_data_appcache_helper.h 16 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
browsing_data_appcache_helper.h 10 #include "net/base/completion_callback.h"
29 virtual void StartFetching(const base::Closure& completion_callback);
83 virtual void StartFetching(const base::Closure& completion_callback) OVERRIDE;
  /external/chromium/chrome/browser/
mock_browsing_data_appcache_helper.cc 18 Callback0::Type* completion_callback) {
19 completion_callback_.reset(completion_callback);
mock_browsing_data_appcache_helper.h 17 virtual void StartFetching(Callback0::Type* completion_callback);
browsing_data_appcache_helper.h 24 virtual void StartFetching(Callback0::Type* completion_callback);
75 virtual void StartFetching(Callback0::Type* completion_callback);
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.h 21 // |completion_callback| will be called on UI thread after the operation is
26 const base::Closure& completion_callback);
auth_prewarmer.h 29 void PrewarmAuthentication(const base::Closure& completion_callback);
login_display_host.h 86 // |completion_callback| called before display host shutdown.
87 // |completion_callback| can be null.
88 virtual void StartUserAdding(const base::Closure& completion_callback) = 0;
profile_auth_data.cc 31 const base::Closure& completion_callback);
64 const base::Closure& completion_callback)
68 completion_callback_(completion_callback),
217 const base::Closure& completion_callback) {
220 completion_callback))->BeginTransfer();
  /external/chromium_org/chrome/browser/chromeos/drive/
debug_info_collector.cc 28 const base::Closure& completion_callback) {
31 DCHECK(!completion_callback.is_null());
33 file_cache_->IterateOnUIThread(iteration_callback, completion_callback);
debug_info_collector.h 25 // each file. |completion_callback| is run upon completion.
26 // |iteration_callback| and |completion_callback| must not be null.
28 const base::Closure& completion_callback);
  /external/chromium_org/content/public/browser/
geolocation_provider.h 56 const base::Closure& completion_callback);
  /external/chromium/net/disk_cache/
disk_cache.h 18 #include "net/base/completion_callback.h"
164 // completion_callback is null, then this call blocks until the read
165 // operation is complete. Otherwise, completion_callback will be
175 CompletionCallback* completion_callback) = 0;
178 // completion_callback is null, then this call blocks until the write
179 // operation is complete. Otherwise, completion_callback will be
191 CompletionCallback* completion_callback,
239 CompletionCallback* completion_callback) = 0;
248 CompletionCallback* completion_callback) = 0;
290 virtual int ReadyForSparseIO(CompletionCallback* completion_callback) = 0
    [all...]
mem_entry_impl.h 102 net::CompletionCallback* completion_callback);
104 net::CompletionCallback* completion_callback,
107 net::CompletionCallback* completion_callback);
109 net::CompletionCallback* completion_callback);
114 virtual int ReadyForSparseIO(net::CompletionCallback* completion_callback);
  /external/chromium_org/net/ssl/
server_bound_cert_store.h 99 const base::Closure& completion_callback) = 0;
107 const base::Closure& completion_callback) = 0;
111 virtual void DeleteAll(const base::Closure& completion_callback) = 0;
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_change_processor.h 40 const base::Closure& completion_callback));
remote_change_processor.h 72 const base::Closure& completion_callback) = 0;
fake_remote_change_processor.cc 57 const base::Closure& completion_callback) {
58 base::MessageLoopProxy::current()->PostTask(FROM_HERE, completion_callback);
  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.h 60 const base::Closure& completion_callback,
test_backing_store.cc 23 const base::Closure& completion_callback,
test_backing_store.h 26 const base::Closure& completion_callback,
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h 37 // |completion_callback| will be invoked on completion of the protocol, after
43 AutoEnrollmentClient(const base::Closure& completion_callback,
59 static AutoEnrollmentClient* Create(const base::Closure& completion_callback);
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_validator.h 170 // report its result via |completion_callback|.
171 void PostValidationTask(const base::Closure& completion_callback);
191 const base::Closure& completion_callback);
195 const base::Closure& completion_callback);
259 // Kicks off asynchronous validation. |completion_callback| is invoked when
263 void StartValidation(const CompletionCallback& completion_callback) {
264 PostValidationTask(base::Bind(completion_callback, this));
  /external/chromium_org/net/disk_cache/simple/
simple_entry_impl.h 183 // |completion_callback|.
185 const CompletionCallback& completion_callback,
197 // |completion_callback| after updating state and dooming on errors.
199 const CompletionCallback& completion_callback,
206 const CompletionCallback& completion_callback,
213 const CompletionCallback& completion_callback,
223 const CompletionCallback& completion_callback,

Completed in 829 milliseconds

1 2 3 4