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

  /external/chromium_org/chrome/app/
chrome_main.cc 44 // SetDumpWithoutCrashingFunction must be passed the DumpProcess function
48 DumpProcessFunction DumpProcess = reinterpret_cast<DumpProcessFunction>(
51 base::debug::SetDumpWithoutCrashingFunction(DumpProcess);
  /external/chromium_org/components/crash/app/
breakpad_win.cc 94 extern "C" void __declspec(dllexport) __cdecl DumpProcess() {
breakpad_linux.cc 509 void DumpProcess() {
885 base::debug::SetDumpWithoutCrashingFunction(&DumpProcess);
    [all...]

Completed in 38 milliseconds