Searched defs:AttachDebugExceptionHandler (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/nacl/loader/
H A Dnacl_listener.cc119 int AttachDebugExceptionHandler(const void* info, size_t info_size) { function in namespace:__anon6612
442 args->attach_debug_exception_handler_func = AttachDebugExceptionHandler;
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.cc1137 if (!AttachDebugExceptionHandler(info, reply_msg)) {
1145 bool NaClProcessHost::AttachDebugExceptionHandler(const std::string& info, function in class:nacl::NaClProcessHost
1154 DLOG(ERROR) << "Multiple AttachDebugExceptionHandler requests received";

Completed in 138 milliseconds