Searched defs:kLargerDumpType (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/win8/delegate_execute/
H A Dcrash_server_init.cc20 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( variable
92 google_breakpad::ExceptionHandler::HANDLER_ALL, kLargerDumpType,
/external/chromium_org/chrome_frame/
H A Dcrash_server_init.cc16 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( variable
117 google_breakpad::ExceptionHandler::HANDLER_ALL, kLargerDumpType,
/external/chromium_org/chrome_frame/crash_reporting/
H A Dcrash_report.cc26 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( variable
131 MINIDUMP_TYPE dump_type = full_dump ? kFullDumpType : kLargerDumpType;
H A Dminidump_test.cc32 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( member in namespace:__anon7156
370 ASSERT_TRUE(WriteDump(kLargerDumpType));
/external/chromium_org/chrome/app/
H A Dbreakpad_win.cc72 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( member in namespace:__anon4181
1048 dump_type = kLargerDumpType;
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc83 const MINIDUMP_TYPE kLargerDumpType = static_cast<MINIDUMP_TYPE>( variable
1395 google_breakpad::ExceptionHandler::HANDLER_ALL, kLargerDumpType,

Completed in 225 milliseconds