Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dcrash_logging.cc33 SetCrashKeyValueFuncT g_set_key_func_ = NULL; variable
49 if (!g_set_key_func_ || !g_crash_keys_) in SetCrashKeyValue()
59 g_set_key_func_(key, value); in SetCrashKeyValue()
74 g_set_key_func_(base::StringPrintf(kChunkFormatString, key.data(), i+1), in SetCrashKeyValue()
176 g_set_key_func_ = set_key_func; in SetCrashKeyReportingFunctions()
197 g_set_key_func_ = NULL; in ResetCrashLoggingForTesting()