Home
last modified time | relevance | path

Searched defs:StatusCallback (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/media/base/
Ddata_source.h34 typedef base::Callback<void(int64, int64)> StatusCallback; typedef
/external/chromium_org/chrome/browser/chromeos/policy/
Dwildcard_login_checker.h27 typedef base::Callback<void(bool)> StatusCallback; typedef
/external/chromium_org/chrome/browser/chromeos/drive/
Dfileapi_worker.h48 void(base::PlatformFileError result)> StatusCallback; typedef
/external/chromium_org/webkit/browser/fileapi/quota/
Dquota_reservation.h27 typedef base::Callback<void(base::PlatformFileError error)> StatusCallback; typedef
/external/chromium_org/content/child/fileapi/
Dfile_system_dispatcher.h39 typedef base::Callback<void(base::PlatformFileError error)> StatusCallback; typedef
Dwebfilewriter_impl.cc27 typedef FileSystemDispatcher::StatusCallback StatusCallback; typedef
Dfile_system_dispatcher.cc20 typedef FileSystemDispatcher::StatusCallback StatusCallback; typedef in content::FileSystemDispatcher::CallbackDispatcher
/external/chromium_org/webkit/browser/fileapi/
Dplugin_private_file_system_backend.h34 typedef base::Callback<void(base::PlatformFileError result)> StatusCallback; typedef
Drecursive_operation_delegate.h30 typedef FileSystemOperation::StatusCallback StatusCallback; typedef
Dasync_file_util.h51 void(base::PlatformFileError result)> StatusCallback; typedef
Dfile_system_operation_runner.h43 typedef FileSystemOperation::StatusCallback StatusCallback; typedef
Dfile_system_operation.h69 typedef base::Callback<void(base::PlatformFileError result)> StatusCallback; typedef
Dfile_system_context.h178 typedef base::Callback<void(base::PlatformFileError result)> StatusCallback; typedef
/external/chromium_org/base/files/
Dfile_util_proxy.h29 typedef Callback<void(PlatformFileError)> StatusCallback; typedef
/external/chromium/base/
Dfile_util_proxy.h35 typedef Callback1<PlatformFileError /* error code */>::Type StatusCallback; typedef
/external/chromium_org/chrome/browser/ui/webui/help/
Dversion_updater.h47 StatusCallback; typedef
/external/chromium_org/chrome/browser/sync_file_system/local/
Dcanned_syncable_file_system.h62 typedef base::Callback<void(base::PlatformFileError)> StatusCallback; typedef
Dlocal_file_sync_context.h207 typedef base::Callback<void(base::PlatformFileError result)> StatusCallback; typedef
Dsyncable_file_operation_runner_unittest.cc44 typedef FileSystemOperation::StatusCallback StatusCallback; typedef in sync_file_system::SyncableFileOperationRunnerTest
/external/chromium_org/webkit/browser/quota/
Dquota_callbacks.h32 typedef base::Callback<void(QuotaStatusCode)> StatusCallback; typedef
Dquota_manager_unittest.cc340 void StatusCallback(QuotaStatusCode status) { in StatusCallback() function in quota::QuotaManagerTest
/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_client.h46 typedef base::Callback<void(bool status)> StatusCallback; typedef
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_proxy_service.cc174 void CloudPrintProxyService::StatusCallback(bool enabled, std::string email) { in StatusCallback() function in CloudPrintProxyService
/external/mdnsresponder/mDNSCore/
DuDNS.c2285 …id mDNS_AddDynDNSHostName(mDNS *m, const domainname *fqdn, mDNSRecordCallback *StatusCallback, con… in mDNS_AddDynDNSHostName()
/external/mdnsresponder/mDNSShared/
Ddnsextd.c3110 void mDNS_AddDynDNSHostName(mDNS *m, const domainname *fqdn, mDNSRecordCallback *StatusCallback, co… in mDNS_AddDynDNSHostName()

12