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/breakpad/app/
breakpad_win.cc 92 extern "C" void __declspec(dllexport) __cdecl DumpProcess() {
breakpad_linux.cc 509 void DumpProcess() {
884 base::debug::SetDumpWithoutCrashingFunction(&DumpProcess);
    [all...]

Completed in 379 milliseconds