Home | Sort by relevance Sort by last modified time |
/external/chromium_org/chrome_frame/ | |
exception_barrier.h | 181 s_custom_handler_ = handler; 183 static CustomExceptionHandler custom_handler() { return s_custom_handler_; } 186 static CustomExceptionHandler s_custom_handler_; member in class:ExceptionBarrierCustomHandlerT |
exception_barrier.cc | 20 ExceptionBarrierCustomHandler::s_custom_handler_ = NULL; member in class:ExceptionBarrierCustomHandler |