Searched refs:OnOperationComplete (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_posix.cc97 base::Bind(&File::OnOperationComplete, this, callback));
120 base::Bind(&File::OnOperationComplete, this, callback));
183 void File::OnOperationComplete(FileIOCallback* callback, int result) { function in class:disk_cache::File
H A Dfile.h88 void OnOperationComplete(FileIOCallback* callback, int result);
H A Din_flight_io.h89 // 10. DerivedInFlightIO::OnOperationComplete()
119 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0;
H A Din_flight_io.cc104 OnOperationComplete(operation, cancel_task);
H A Dfile_ios.cc82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation,
115 file->AddRef(); // Balanced on OnOperationComplete()
127 file->AddRef(); // Balanced on OnOperationComplete()
135 void FileInFlightIO::OnOperationComplete(disk_cache::BackgroundIO* operation, function in class:__anon9150::FileInFlightIO
H A Din_flight_backend_io.h207 virtual void OnOperationComplete(BackgroundIO* operation,
H A Din_flight_backend_io.cc494 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation, function in class:disk_cache::InFlightBackendIO
/external/chromium_org/chromeos/login/auth/
H A Dextended_authenticator_impl.cc220 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
243 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
267 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
288 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
329 void ExtendedAuthenticatorImpl::OnOperationComplete( function in class:chromeos::ExtendedAuthenticatorImpl
H A Dextended_authenticator_impl.h85 void OnOperationComplete(const std::string& time_marker,

Completed in 996 milliseconds