Searched refs:TestWrappedExceptionFiter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/win/
H A Dwrapped_window_proc_unittest.cc24 class TestWrappedExceptionFiter { class in namespace:__anon2592
26 TestWrappedExceptionFiter() : called_(false) { function in class:__anon2592::TestWrappedExceptionFiter
31 ~TestWrappedExceptionFiter() {
50 static TestWrappedExceptionFiter* s_filter_;
52 TestWrappedExceptionFiter* TestWrappedExceptionFiter::s_filter_ = NULL;
71 TestWrappedExceptionFiter wrapper;
73 base::win::SetWinProcExceptionFilter(TestWrappedExceptionFiter::Filter);

Completed in 266 milliseconds