Home
last modified time | relevance | path

Searched refs:SetCrashKeyValue (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dcrash_reporting.cc51 typedef int(__cdecl* SetCrashKeyValue)(const char*, typedef
61 static SetCrashKeyValue set_crash_key = []() { in SetCrashKeyValueTrampoline()
63 return reinterpret_cast<SetCrashKeyValue>( in SetCrashKeyValueTrampoline()
181 bool SetCrashKeyValue(const base::StringPiece& key, in SetCrashKeyValue() function
189 return g_crash_reporter_client.Pointer()->SetCrashKeyValue(key, value); in SetCrashKeyValue()
257 if (!crash_reporting::SetCrashKeyValue(key.ToString(), value.ToString())) { in CefSetCrashKeyValue()
Dcrash_reporting.h20 bool SetCrashKeyValue(const base::StringPiece& key,
Dcrash_reporter_client.h98 bool SetCrashKeyValue(const base::StringPiece& key,
Dcrash_reporter_client.cc281 return g_crash_reporter_client->SetCrashKeyValue( in SetCrashKeyValueImpl()
772 bool CefCrashReporterClient::SetCrashKeyValue(const base::StringPiece& key, in SetCrashKeyValue() function in CefCrashReporterClient