HomeSort by relevance Sort by last modified time
    Searched refs:top_filter (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
message_loop.cc 100 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/
message_loop.cc 117 LPTOP_LEVEL_EXCEPTION_FILTER top_filter = NULL; local
118 top_filter = ::SetUnhandledExceptionFilter(0);
119 ::SetUnhandledExceptionFilter(top_filter);
120 return top_filter;

Completed in 89 milliseconds