Searched refs:exception_filter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/remoting/base/
H A Dbreakpad_win.cc128 base::win::WinProcExceptionFilter exception_filter = local
130 CHECK(!exception_filter);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_win.cc73 base::win::WinProcExceptionFilter exception_filter = local
78 exception_filter = base::win::SetWinProcExceptionFilter(exception_filter);
79 DCHECK(!exception_filter);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1410 static LONG WINAPI exception_filter(EXCEPTION_POINTERS *exception_pointers) { function
1508 exception_filter);
/external/bison/
H A Dconfigure11021 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
11041 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
11946 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
11966 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
13812 exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
13832 SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);

Completed in 217 milliseconds