OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomExceptionHandler
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_frame/
exception_barrier.h
176
typedef void (CALLBACK*
CustomExceptionHandler
)(EXCEPTION_POINTERS* ptrs);
180
static void set_custom_handler(
CustomExceptionHandler
handler) {
183
static
CustomExceptionHandler
custom_handler() { return s_custom_handler_; }
186
static
CustomExceptionHandler
s_custom_handler_;
exception_barrier.cc
19
ExceptionBarrierCustomHandler::
CustomExceptionHandler
72
ExceptionBarrierCustomHandler::
CustomExceptionHandler
handler =
Completed in 51 milliseconds