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

  /external/google-breakpad/src/client/windows/handler/
exception_handler.cc 163 previous_filter_ = NULL;
281 previous_filter_ = SetUnhandledExceptionFilter(HandleException);
308 SetUnhandledExceptionFilter(previous_filter_);
445 SetUnhandledExceptionFilter(handler_->previous_filter_);
528 if (current_handler->previous_filter_) {
529 action = current_handler->previous_filter_(exinfo);
    [all...]
exception_handler.h 421 // When installed_handler_ is true, previous_filter_ is the unhandled
425 LPTOP_LEVEL_EXCEPTION_FILTER previous_filter_; member in class:google_breakpad::ExceptionHandler

Completed in 251 milliseconds