Searched refs:top_filter (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dmessage_loop.cc100 LPTOP_LEVEL_EXCEPTION_FILTER top_filter = NULL; local
101 top_filter = ::SetUnhandledExceptionFilter(0);
102 ::SetUnhandledExceptionFilter(top_filter);
103 return top_filter;
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc117 LPTOP_LEVEL_EXCEPTION_FILTER top_filter = NULL; local
118 top_filter = ::SetUnhandledExceptionFilter(0);
119 ::SetUnhandledExceptionFilter(top_filter);
120 return top_filter;

Completed in 43 milliseconds