Home
last modified time | relevance | path

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

/external/chromium_org/components/nacl/browser/
Dnacl_broker_service_win.cc91 client->OnDebugExceptionHandlerLaunchedByBroker(success); in OnDebugExceptionHandlerLaunched()
Dnacl_process_host.h89 void OnDebugExceptionHandlerLaunchedByBroker(bool success);
Dnacl_process_host.cc428 void NaClProcessHost::OnDebugExceptionHandlerLaunchedByBroker(bool success) { in OnDebugExceptionHandlerLaunchedByBroker() function in nacl::NaClProcessHost
1020 base::Bind(&NaClProcessHost::OnDebugExceptionHandlerLaunchedByBroker, in AttachDebugExceptionHandler()