Searched defs:ClearCrashKey (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/common/
H A Dcrash_keys_unittest.cc23 &SetCrashKeyValue, &ClearCrashKey);
49 static void ClearCrashKey(const base::StringPiece& key) { function in class:CrashKeysTest
/external/chromium_org/base/debug/
H A Dcrash_logging.cc79 void ClearCrashKey(const base::StringPiece& key) { function in namespace:base::debug
137 ClearCrashKey(key_);
/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.cc867 void ClearCrashKey(const base::StringPiece& key) { function in namespace:breakpad::__anon6409
876 base::debug::SetCrashKeyReportingFunctions(&SetCrashKeyValue, &ClearCrashKey);

Completed in 109 milliseconds