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

  /external/chromium_org/remoting/base/
breakpad_win.cc 79 scoped_ptr<google_breakpad::ExceptionHandler> breakpad_; member in class:__anon14978::BreakpadWin
116 breakpad_.reset(
122 if (breakpad_->IsOutOfProcess()) {
124 breakpad_->set_handle_debug_exceptions(true);
187 if (self->breakpad_.get() != NULL) {
188 self->breakpad_->WriteMinidumpForException(exinfo);

Completed in 5000 milliseconds