HomeSort by relevance Sort by last modified time
    Searched full:onoperationcomplete (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/content/browser/resources/service_worker/
serviceworker_internals.js 55 // All commands are completed with 'onOperationComplete'.
79 function onOperationComplete(status, callbackId) {
292 onOperationComplete: onOperationComplete,
  /external/chromium_org/net/disk_cache/blockfile/
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,
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) {
in_flight_io.h 85 // 10. DerivedInFlightIO::OnOperationComplete()
115 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0;
file.h 88 void OnOperationComplete(FileIOCallback* callback, int result);
in_flight_io.cc 101 OnOperationComplete(operation, cancel_task);
in_flight_backend_io.h 208 virtual void OnOperationComplete(BackgroundIO* operation,
in_flight_backend_io.cc 506 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation,
  /external/chromium_org/chrome/browser/chromeos/login/auth/
extended_authenticator.cc 230 base::Bind(&ExtendedAuthenticator::OnOperationComplete,
255 base::Bind(&ExtendedAuthenticator::OnOperationComplete,
280 base::Bind(&ExtendedAuthenticator::OnOperationComplete,
303 base::Bind(&ExtendedAuthenticator::OnOperationComplete,
346 void ExtendedAuthenticator::OnOperationComplete(
extended_authenticator.h 143 void OnOperationComplete(const std::string& time_marker,
  /external/chromium_org/content/browser/service_worker/
service_worker_internals_ui.cc 53 "serviceworker.onOperationComplete",

Completed in 1953 milliseconds