Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/browser/
Dnacl_process_host.h221 bool enable_exception_handling_; variable
Dnacl_process_host.cc249 enable_exception_handling_(enable_exception_handling), in NaClProcessHost()
705 params.enable_exception_handling = enable_exception_handling_; in StartNaClExecution()
970 if (!enable_exception_handling_ && !enable_debug_stub_) { in AttachDebugExceptionHandler()