HomeSort by relevance Sort by last modified time
    Searched refs:CrashKey (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/debug/
crash_logging.h 56 struct BASE_EXPORT CrashKey {
72 BASE_EXPORT size_t InitCrashKeys(const CrashKey* const keys, size_t count,
76 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
91 const CrashKey& crash_key,
crash_logging.cc 22 typedef std::map<base::StringPiece, CrashKey> CrashKeyMap;
52 const CrashKey* crash_key = LookupCrashKey(key);
84 const CrashKey* crash_key = LookupCrashKey(key);
141 size_t InitCrashKeys(const CrashKey* const keys, size_t count,
165 const CrashKey* LookupCrashKey(const base::StringPiece& key) {
179 std::vector<std::string> ChunkCrashKeyValue(const CrashKey& crash_key,
crash_logging_unittest.cc 48 base::debug::CrashKey keys[] = { { kTestKey, 255 } };
63 base::debug::CrashKey keys[] = { { kTestKey, 15 } };
108 base::debug::CrashKey keys[] = { { kTestKey, 255 } };
123 base::debug::CrashKey keys[] = {
143 base::debug::CrashKey key = { "chunky", 10 };
180 base::debug::CrashKey key = { "round", 12 };
  /external/chromium_org/chrome/common/
crash_keys.cc 47 base::debug::CrashKey keys[] = {

Completed in 43 milliseconds