Searched defs:SetCrashKeyValue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchild_process_logging_win.cc23 typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*); typedef in namespace:child_process_logging::__anon5611
31 static SetCrashKeyValue set_crash_key = NULL;
36 set_crash_key = reinterpret_cast<SetCrashKeyValue>(
H A Dcrash_keys_unittest.cc23 &SetCrashKeyValue, &ClearCrashKey);
44 static void SetCrashKeyValue(const base::StringPiece& key, function in class:CrashKeysTest
/external/chromium_org/base/debug/
H A Dcrash_logging.cc47 void SetCrashKeyValue(const base::StringPiece& key, function in namespace:base::debug
127 SetCrashKeyValue(key, value);
133 SetCrashKeyValue(key, value);
/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.cc153 void CrashKeysWin::SetCrashKeyValue( function in class:breakpad::CrashKeysWin
H A Dbreakpad_linux.cc862 void SetCrashKeyValue(const base::StringPiece& key, function in namespace:breakpad::__anon6409
876 base::debug::SetCrashKeyReportingFunctions(&SetCrashKeyValue, &ClearCrashKey);

Completed in 109 milliseconds