Searched refs:ReportLoadError (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.cc277 ReportLoadError(error_info);
301 ReportLoadError(error_info);
314 ReportLoadError(error_info);
324 ReportLoadError(error_info);
349 ReportLoadError(error_info);
368 ReportLoadError(error_info);
386 ReportLoadError(error_info);
495 void ServiceRuntime::ReportLoadError(const ErrorInfo& error_info) { function in class:plugin::ServiceRuntime
497 plugin_->ReportLoadError(error_info);
H A Dplugin.cc150 ReportLoadError(error_info);
181 ReportLoadError(error_info);
423 void Plugin::ReportLoadError(const ErrorInfo& error_info) { function in class:plugin::Plugin
424 nacl_interface_->ReportLoadError(pp_instance(),
H A Dpnacl_coordinator.cc169 plugin_->ReportLoadError(error_info);
180 plugin_->ReportLoadError(error_info);
210 plugin_->ReportLoadError(error_info_);
H A Dplugin.h115 void ReportLoadError(const ErrorInfo& error_info);
H A Dservice_runtime.h190 void ReportLoadError(const ErrorInfo& error_info);
/external/chromium_org/components/nacl/renderer/
H A Dnexe_load_manager.cc137 // the NexeLoadManager (e.g., by calling ReportLoadError). Passing out the
162 ReportLoadError(PP_NACL_ERROR_NEXE_NOACCESS_URL,
165 ReportLoadError(PP_NACL_ERROR_NEXE_LOAD_URL,
169 ReportLoadError(PP_NACL_ERROR_NEXE_STAT, "could not stat nexe file.");
215 void NexeLoadManager::ReportLoadError(PP_NaClError error, function in class:nacl::NexeLoadManager
217 ReportLoadError(error, error_message, error_message);
220 void NexeLoadManager::ReportLoadError(PP_NaClError error, function in class:nacl::NexeLoadManager
288 ReportLoadError(PP_NACL_ERROR_START_PROXY_CRASH,
400 ReportLoadError(PP_NACL_ERROR_MANIFEST_RESOLVE_URL,
468 // else ReportLoadError() an
[all...]
H A Dnexe_load_manager.h49 void ReportLoadError(PP_NaClError error,
57 void ReportLoadError(PP_NaClError error,
66 // load state transition (e.g., ReportLoadError, ReportProgress,
H A Dppb_nacl_private_impl.cc375 load_manager->ReportLoadError(PP_NACL_ERROR_SEL_LDR_LAUNCH,
485 load_manager->ReportLoadError(PP_NACL_ERROR_START_PROXY_MODULE,
488 load_manager->ReportLoadError(PP_NACL_ERROR_START_PROXY_MODULE,
738 void ReportLoadError(PP_Instance instance, function in namespace:nacl::__anon6635
743 load_manager->ReportLoadError(error, error_message);
850 load_manager->ReportLoadError(PP_NACL_ERROR_MANIFEST_TOO_LARGE,
854 load_manager->ReportLoadError(PP_NACL_ERROR_MANIFEST_LOAD_URL,
946 load_manager->ReportLoadError(PP_NACL_ERROR_MANIFEST_LOAD_URL,
951 load_manager->ReportLoadError(PP_NACL_ERROR_MANIFEST_TOO_LARGE,
956 load_manager->ReportLoadError(PP_NACL_ERROR_MANIFEST_NOACCESS_UR
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_reporter.h55 void ReportLoadError(const base::FilePath& extension_path,
H A Dextension_error_reporter.cc43 void ExtensionErrorReporter::ReportLoadError( function in class:ExtensionErrorReporter
H A Dzipfile_installer.cc91 ExtensionErrorReporter::GetInstance()->ReportLoadError(
H A Dinstalled_loader.cc216 ExtensionErrorReporter::GetInstance()->ReportLoadError(
270 ExtensionErrorReporter::GetInstance()->ReportLoadError(
H A Dunpacked_installer.cc304 ExtensionErrorReporter::GetInstance()->ReportLoadError(
/external/chromium_org/ppapi/c/private/
H A Dppb_nacl_private.h302 void (*ReportLoadError)(PP_Instance instance, member in struct:PPB_NaCl_Private_1_0
/external/chromium_org/ppapi/api/private/
H A Dppb_nacl_private.idl271 void ReportLoadError([in] PP_Instance instance,
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c3520 iface->ReportLoadError(instance, error, error_message);
5479 .ReportLoadError = (void (*)(PP_Instance instance, PP_NaClError error, const char* error_message))&Pnacl_M25_PPB_NaCl_Private_ReportLoadError,

Completed in 792 milliseconds