HomeSort by relevance Sort by last modified time
    Searched refs:OnOperationComplete (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.h 89 // 10. DerivedInFlightIO::OnOperationComplete()
119 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0;
file_posix.cc 97 base::Bind(&File::OnOperationComplete, this, callback));
120 base::Bind(&File::OnOperationComplete, this, callback));
183 void File::OnOperationComplete(FileIOCallback* callback, int result) {
file.h 88 void OnOperationComplete(FileIOCallback* callback, int result);
in_flight_io.cc 104 OnOperationComplete(operation, cancel_task);
file_ios.cc 82 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,
in_flight_backend_io.h 207 virtual void OnOperationComplete(BackgroundIO* operation,
in_flight_backend_io.cc 494 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation,
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 220 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
243 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
267 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
288 base::Bind(&ExtendedAuthenticatorImpl::OnOperationComplete,
329 void ExtendedAuthenticatorImpl::OnOperationComplete(
extended_authenticator_impl.h 85 void OnOperationComplete(const std::string& time_marker,

Completed in 644 milliseconds