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

  /external/chromium/base/win/
wrapped_window_proc.cc 11 base::win::WinProcExceptionFilter s_exception_filter = NULL;
18 WinProcExceptionFilter SetWinProcExceptionFilter(
19 WinProcExceptionFilter filter) {
23 return reinterpret_cast<WinProcExceptionFilter>(rv);
wrapped_window_proc.h 26 typedef int (__cdecl *WinProcExceptionFilter)(EXCEPTION_POINTERS* info);
31 BASE_API WinProcExceptionFilter SetWinProcExceptionFilter(
32 WinProcExceptionFilter filter);
wrapped_window_proc_unittest.cc 72 base::win::WinProcExceptionFilter old_filter =
  /external/chromium_org/base/win/
wrapped_window_proc.h 26 typedef int (__cdecl *WinProcExceptionFilter)(EXCEPTION_POINTERS* info);
31 BASE_EXPORT WinProcExceptionFilter SetWinProcExceptionFilter(
32 WinProcExceptionFilter filter);
wrapped_window_proc.cc 13 base::win::WinProcExceptionFilter s_exception_filter = NULL;
20 WinProcExceptionFilter SetWinProcExceptionFilter(
21 WinProcExceptionFilter filter) {
25 return reinterpret_cast<WinProcExceptionFilter>(rv);
wrapped_window_proc_unittest.cc 72 base::win::WinProcExceptionFilter old_filter =
  /external/chromium_org/remoting/base/
breakpad_win.cc 131 base::win::WinProcExceptionFilter exception_filter =
  /external/chromium/chrome/browser/
browser_main_win.cc 57 base::win::WinProcExceptionFilter exception_filter =
58 reinterpret_cast<base::win::WinProcExceptionFilter>(
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 60 base::win::WinProcExceptionFilter exception_filter =
61 reinterpret_cast<base::win::WinProcExceptionFilter>(

Completed in 181 milliseconds