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

  /external/chromium_org/net/disk_cache/blockfile/
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_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.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(

Completed in 165 milliseconds