Searched defs:completion_callback (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium/chrome/browser/
H A Dmock_browsing_data_appcache_helper.cc18 Callback0::Type* completion_callback) {
19 completion_callback_.reset(completion_callback);
17 StartFetching( Callback0::Type* completion_callback) argument
H A Dbrowsing_data_appcache_helper.cc147 Callback0::Type* completion_callback) {
148 completion_callback->Run();
149 delete completion_callback;
146 StartFetching( Callback0::Type* completion_callback) argument
/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_appcache_helper.cc18 const base::Closure& completion_callback) {
19 completion_callback_ = completion_callback;
17 StartFetching( const base::Closure& completion_callback) argument
H A Dbrowsing_data_appcache_helper.cc152 const base::Closure& completion_callback) {
153 completion_callback.Run();
151 StartFetching( const base::Closure& completion_callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddebug_info_collector.cc45 const base::Closure& completion_callback) {
48 DCHECK(!completion_callback.is_null());
55 completion_callback);
43 IterateFileCache( const IterateFileCacheCallback& iteration_callback, const base::Closure& completion_callback) argument
H A Ddrive_file_stream_reader.cc249 // is available. If not, the |completion_callback| is invoked with
256 const FileOperationCallback& completion_callback) {
261 completion_callback.Run(FILE_ERROR_FAILED);
268 completion_callback);
277 const FileOperationCallback& completion_callback) {
288 google_apis::CreateRelayCallback(completion_callback)));
251 GetFileContentOnUIThread( const DriveFileStreamReader::FileSystemGetter& file_system_getter, const base::FilePath& drive_file_path, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback) argument
272 GetFileContent( const DriveFileStreamReader::FileSystemGetter& file_system_getter, const base::FilePath& drive_file_path, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback) argument
H A Dfake_file_system.cc135 const FileOperationCallback& completion_callback) {
143 completion_callback));
232 const FileOperationCallback& completion_callback,
238 completion_callback.Run(error);
245 completion_callback.Run(FILE_ERROR_NOT_A_FILE);
257 completion_callback));
263 const FileOperationCallback& completion_callback,
270 completion_callback.Run(error);
288 completion_callback.Run(FILE_ERROR_OK);
299 completion_callback),
131 GetFileContent( const base::FilePath& file_path, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback) argument
229 GetFileContentAfterGetResourceEntry( const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback, FileError error, scoped_ptr<ResourceEntry> entry) argument
260 GetFileContentAfterGetWapiResourceEntry( const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const FileOperationCallback& completion_callback, google_apis::GDataErrorCode gdata_error, scoped_ptr<google_apis::ResourceEntry> gdata_entry) argument
304 GetFileContentAfterDownloadFile( const FileOperationCallback& completion_callback, google_apis::GDataErrorCode gdata_error, const base::FilePath& temp_file) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dauth_prewarmer.cc40 const base::Closure& completion_callback) {
46 completion_callback_ = completion_callback;
39 PrewarmAuthentication( const base::Closure& completion_callback) argument
H A Dprofile_auth_data.cc31 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();
60 ProfileAuthDataTransferer( Profile* from_profile, Profile* to_profile, bool transfer_cookies, const base::Closure& completion_callback) argument
213 Transfer( Profile* from_profile, Profile* to_profile, bool transfer_cookies, const base::Closure& completion_callback) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_verifier.cc31 const net::CompletionCallback& completion_callback,
36 if (!completion_callback.is_null())
37 completion_callback.Run(error);
78 const net::CompletionCallback& completion_callback,
86 completion_callback,
29 CompleteAndSignalAnchorUse( const base::Closure& anchor_used_callback, const net::CompletionCallback& completion_callback, const net::CertVerifyResult* verify_result, int error) argument
72 Verify( net::X509Certificate* cert, const std::string& hostname, int flags, net::CRLSet* crl_set, net::CertVerifyResult* verify_result, const net::CompletionCallback& completion_callback, RequestHandle* out_req, const net::BoundNetLog& net_log) argument
H A Dauto_enrollment_client.cc138 const base::Closure& completion_callback) {
161 completion_callback,
137 Create( const base::Closure& completion_callback) argument
H A Denrollment_handler_chromeos.cc50 const EnrollmentCallback& completion_callback)
60 completion_callback_(completion_callback),
40 EnrollmentHandlerChromeOS( DeviceCloudPolicyStoreChromeOS* store, EnterpriseInstallAttributes* install_attributes, scoped_ptr<CloudPolicyClient> client, scoped_refptr<base::SequencedTaskRunner> background_task_runner, const std::string& auth_token, const std::string& client_id, bool is_auto_enrollment, const std::string& requisition, const AllowedDeviceModes& allowed_device_modes, const EnrollmentCallback& completion_callback) argument
/external/chromium_org/content/test/
H A Dtest_backing_store.cc23 const base::Closure& completion_callback,
17 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
/external/chromium_org/chrome/browser/media_galleries/linux/
H A Dmtp_device_task_helper.cc114 const OpenStorageCallback& completion_callback,
121 base::Bind(completion_callback, !error));
113 OnDidOpenStorage( const OpenStorageCallback& completion_callback, const std::string& device_handle, bool error) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfake_remote_change_processor.cc105 const base::Closure& completion_callback) {
106 base::MessageLoopProxy::current()->PostTask(FROM_HERE, completion_callback);
102 FinalizeRemoteSync( const fileapi::FileSystemURL& url, bool clear_local_changes, const base::Closure& completion_callback) argument
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.cc22 const base::Closure& completion_callback,
26 callback_loop->PostTask(FROM_HERE, completion_callback);
36 const base::Closure& completion_callback) {
39 completion_callback,
20 OverrideLocationForTestingOnIOThread( const Geoposition& position, const base::Closure& completion_callback, scoped_refptr<base::MessageLoopProxy> callback_loop) argument
34 OverrideLocationForTesting( const Geoposition& position, const base::Closure& completion_callback) argument
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc217 const GetFileCallback completion_callback,
221 completion_callback_(completion_callback),
297 const GetFileCallback& completion_callback) {
299 DCHECK(!completion_callback.is_null());
305 initialized_callback, get_content_callback, completion_callback,
331 const GetFileCallback& completion_callback) {
333 DCHECK(!completion_callback.is_null());
339 initialized_callback, get_content_callback, completion_callback,
214 DownloadParams( const GetFileContentInitializedCallback initialized_callback, const google_apis::GetContentCallback get_content_callback, const GetFileCallback completion_callback, scoped_ptr<ResourceEntry> entry) argument
292 EnsureFileDownloadedByLocalId( const std::string& local_id, const ClientContext& context, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const GetFileCallback& completion_callback) argument
326 EnsureFileDownloadedByPath( const base::FilePath& file_path, const ClientContext& context, const GetFileContentInitializedCallback& initialized_callback, const google_apis::GetContentCallback& get_content_callback, const GetFileCallback& completion_callback) argument
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc55 completion_callback(callback),
89 const UploadCompletionCallback completion_callback; member in struct:drive::DriveUploader::UploadFileInfo
371 upload_file_info->completion_callback.Run(
426 upload_file_info->completion_callback.Run(
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service.cc265 const base::Closure& completion_callback) {
269 url, clear_local_changes, completion_callback);
262 FinalizeRemoteSync( const FileSystemURL& url, bool clear_local_changes, const base::Closure& completion_callback) argument
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_validator.cc131 const base::Closure& completion_callback) {
137 completion_callback));
144 const base::Closure& completion_callback) {
153 completion_callback));
159 const base::Closure& completion_callback) {
160 completion_callback.Run();
130 PostValidationTask( const base::Closure& completion_callback) argument
141 PerformValidation( scoped_ptr<CloudPolicyValidatorBase> self, scoped_refptr<base::MessageLoopProxy> message_loop, const base::Closure& completion_callback) argument
157 ReportCompletion( scoped_ptr<CloudPolicyValidatorBase> self, const base::Closure& completion_callback) argument
/external/chromium_org/content/browser/renderer_host/
H A Dbacking_store_aura.cc97 const base::Closure& completion_callback,
91 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
H A Dbacking_store_manager.cc201 const base::Closure& completion_callback,
223 completion_callback,
194 PrepareBackingStore( RenderWidgetHost* host, const gfx::Size& backing_store_size, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* needs_full_paint, bool* scheduled_completion_callback) argument
H A Dbacking_store_win.cc105 const base::Closure& completion_callback,
99 PaintToBackingStore( RenderProcessHost* process, TransportDIB::Id bitmap, const gfx::Rect& bitmap_rect, const std::vector<gfx::Rect>& copy_rects, float scale_factor, const base::Closure& completion_callback, bool* scheduled_completion_callback) argument
/external/chromium_org/media/base/android/
H A Dmedia_decoder_job.cc392 ReleaseOutputCompletionCallback completion_callback = base::Bind( local
394 ReleaseOutputBuffer(buffer_index, size, render_output, completion_callback);
/external/chromium/net/disk_cache/
H A Dmem_entry_impl.cc170 int buf_len, net::CompletionCallback* completion_callback) {
189 int buf_len, net::CompletionCallback* completion_callback, bool truncate) {
208 net::CompletionCallback* completion_callback) {
222 net::CompletionCallback* completion_callback) {
258 net::CompletionCallback* completion_callback) {
169 ReadData(int index, int offset, net::IOBuffer* buf, int buf_len, net::CompletionCallback* completion_callback) argument
188 WriteData(int index, int offset, net::IOBuffer* buf, int buf_len, net::CompletionCallback* completion_callback, bool truncate) argument
207 ReadSparseData(int64 offset, net::IOBuffer* buf, int buf_len, net::CompletionCallback* completion_callback) argument
221 WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len, net::CompletionCallback* completion_callback) argument
257 ReadyForSparseIO( net::CompletionCallback* completion_callback) argument

Completed in 3981 milliseconds

12