HomeSort by relevance Sort by last modified time
    Searched refs:OnComplete (Results 26 - 50 of 70) sorted by null

12 3

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 245 void OnComplete(const base::FilePath& cache_file_path,
371 callback.OnComplete(*cache_file_path, entry.Pass());
479 callback.OnComplete(*cache_file_path, entry.Pass());
  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 101 d->OnComplete(outcome_, code_);
cryptohome_library.cc 232 callback->second->OnComplete(event.return_status, event.return_code);
433 callback->OnComplete(true, kCryptohomeMountErrorNone);
login_library.cc 273 whitelist_op_callback_->OnComplete(result);
364 callback->OnComplete(true);
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.cc 26 void CryptohomeOp::OnComplete(bool success, int return_code) {
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 248 enumerator->OnComplete(true);
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 325 void OnComplete(const std::vector<std::string>& file_list);
  /external/chromium/chrome/browser/history/
history_browsertest.cc 73 virtual void OnComplete(bool success) {
history.h 252 virtual void OnComplete(bool success) = 0;
256 // caller, so the caller should ensure it exists until OnComplete is called.
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/recovery_private/
recovery_operation_manager.cc 122 void RecoveryOperationManager::OnComplete(const ExtensionId& extension_id) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_database_unittest.cc 65 virtual void OnComplete(int64 transaction_id) OVERRIDE {}