Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dcrash_reporter_client.cc448 if (!crash_keys_.empty() && in ReadCrashConfigFile()
449 crash_keys_.find(name_str) != crash_keys_.end()) { in ReadCrashConfigFile()
473 crash_keys_.insert(std::make_pair(name_str, std::make_pair(size, index))); in ReadCrashConfigFile()
774 if (key.empty() || crash_keys_.empty()) in SetCrashKeyValue()
777 KeyMap::const_iterator it = crash_keys_.find(NormalizeCrashKey(key)); in SetCrashKeyValue()
778 if (it == crash_keys_.end()) in SetCrashKeyValue()
Dcrash_reporter_client.h109 KeyMap crash_keys_; variable