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 57 struct BASE_EXPORT CrashKey {
73 BASE_EXPORT size_t InitCrashKeys(const CrashKey* const keys, size_t count,
77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
94 const CrashKey& crash_key,
crash_logging.cc 22 typedef std::map<base::StringPiece, CrashKey> CrashKeyMap;
52 const CrashKey* crash_key = LookupCrashKey(key);
83 const CrashKey* crash_key = LookupCrashKey(key);
140 size_t InitCrashKeys(const CrashKey* const keys, size_t count,
164 const CrashKey* LookupCrashKey(const base::StringPiece& key) {
180 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 122 base::debug::CrashKey fixed_keys[] = {
176 std::vector<base::debug::CrashKey> keys(
192 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize };
206 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize };
221 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize };

Completed in 1821 milliseconds