Home
last modified time | relevance | path

Searched refs:AttachDebugExceptionHandler (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/nacl/loader/
Dnacl_listener.cc84 int AttachDebugExceptionHandler(const void* info, size_t info_size) { in AttachDebugExceptionHandler() function
415 args->attach_debug_exception_handler_func = AttachDebugExceptionHandler; in OnStart()
/external/cronet/components/nacl/browser/
Dnacl_process_host.h188 bool AttachDebugExceptionHandler(const std::string& info,
Dnacl_process_host.cc998 if (!AttachDebugExceptionHandler(info, reply_msg)) { in OnAttachDebugExceptionHandler()
1006 bool NaClProcessHost::AttachDebugExceptionHandler(const std::string& info, in AttachDebugExceptionHandler() function in nacl::NaClProcessHost