Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:registration

98                           EXCEPTION_REGISTRATION* registration,
101 EXCEPTION_REGISTRATION* registration);
108 static void UnregisterException(EXCEPTION_REGISTRATION* registration) {
109 UnregisterExceptionRecord(registration);
115 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
116 RegisterExceptionRecord(registration, ExceptionBarrierHandler);
122 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
123 RegisterExceptionRecord(registration,
130 static void RegisterException(EXCEPTION_REGISTRATION* registration) {
131 RegisterExceptionRecord(registration,
169 // testing of the SEH registration.