HomeSort by relevance Sort by last modified time
    Searched defs:SetCrashKeyValue (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/common/
child_process_logging_win.cc 23 typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*);
31 static SetCrashKeyValue set_crash_key = NULL;
36 set_crash_key = reinterpret_cast<SetCrashKeyValue>(
crash_keys_unittest.cc 23 &SetCrashKeyValue, &ClearCrashKey);
44 static void SetCrashKeyValue(const base::StringPiece& key,
  /external/chromium_org/components/crash/app/
crash_keys_win.cc 153 void CrashKeysWin::SetCrashKeyValue(
breakpad_linux.cc 862 void SetCrashKeyValue(const base::StringPiece& key,
876 base::debug::SetCrashKeyReportingFunctions(&SetCrashKeyValue, &ClearCrashKey);
    [all...]
  /external/chromium_org/base/debug/
crash_logging.cc 47 void SetCrashKeyValue(const base::StringPiece& key,
127 SetCrashKeyValue(key, value);
133 SetCrashKeyValue(key, value);

Completed in 106 milliseconds