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.h95 typedef bool (*DirectCallback)( void *context, typedef
116 ExceptionHandler(DirectCallback callback,
239 DirectCallback directCallback_;
Dexception_handler.cc253 ExceptionHandler::ExceptionHandler(DirectCallback callback, in ExceptionHandler()