Home
last modified time | relevance | path

Searched refs:enable_exception_handling (Results 1 – 2 of 2) sorted by relevance

/external/cronet/components/nacl/loader/
Dnacl_listener.cc388 args->enable_exception_handling = 0; in OnStart()
401 args->enable_exception_handling = 1; in OnStart()
/external/cronet/components/nacl/browser/
Dnacl_process_host.cc1008 bool enable_exception_handling = process_type_ == kNativeNaClProcessType; in AttachDebugExceptionHandler() local
1009 if (!enable_exception_handling && !enable_debug_stub_) { in AttachDebugExceptionHandler()