HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionBarrierCustomHandler (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome_frame/
exception_barrier.cc 19 ExceptionBarrierCustomHandler::CustomExceptionHandler
20 ExceptionBarrierCustomHandler::s_custom_handler_ = NULL;
72 ExceptionBarrierCustomHandler::CustomExceptionHandler handler =
73 ExceptionBarrierCustomHandler::custom_handler();
exception_barrier.h 39 // 3) ExceptionBarrierCustomHandler which calls the handler set by a call
179 // ExceptionBarrierCustomHandler instances.
194 ExceptionBarrierCustomHandler;
  /external/chromium_org/chrome_frame/test/
exception_barrier_unittest.cc 78 ExceptionBarrierCustomHandler barrier;
116 ExceptionBarrierCustomHandler::set_custom_handler(&ExceptionHandler);
124 ExceptionBarrierCustomHandler::set_custom_handler(NULL);
271 ExceptionBarrierCustomHandler barrier;

Completed in 176 milliseconds