Searched refs:ClearCrashKeyValue (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/
H A Dchild_process_logging_win.cc25 typedef void (__cdecl *ClearCrashKeyValue)(const wchar_t*); typedef in namespace:child_process_logging::__anon5534
45 static ClearCrashKeyValue clear_crash_key = NULL;
50 clear_crash_key = reinterpret_cast<ClearCrashKeyValue>(
/external/chromium_org/components/breakpad/app/
H A Dcrash_keys_win.h48 void ClearCrashKeyValue(const std::wstring& key);
H A Dcrash_keys_win.cc183 void CrashKeysWin::ClearCrashKeyValue(const std::wstring& key) { function in class:breakpad::CrashKeysWin
H A Dbreakpad_win.cc293 keeper->ClearCrashKeyValue(key);

Completed in 985 milliseconds