Home
last modified time | relevance | path

Searched refs:directCallback_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/mac/handler/
Dexception_handler.cc233 directCallback_(NULL), in ExceptionHandler()
260 directCallback_(callback), in ExceptionHandler()
359 if (directCallback_) { in WriteMinidumpWithException()
360 if (directCallback_(callback_context_, in WriteMinidumpWithException()
Dexception_handler.h239 DirectCallback directCallback_; variable