Home
last modified time | relevance | path

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

/external/chromium_org/base/debug/
Dcrash_logging_unittest.cc133 EXPECT_TRUE(base::debug::LookupCrashKey("chunked-3")); in TEST_F()
134 EXPECT_TRUE(base::debug::LookupCrashKey("single")); in TEST_F()
135 EXPECT_TRUE(base::debug::LookupCrashKey("chunked-6")); in TEST_F()
136 EXPECT_FALSE(base::debug::LookupCrashKey("chunked-6-4")); in TEST_F()
Dcrash_logging.cc52 const CrashKey* crash_key = LookupCrashKey(key); in SetCrashKeyValue()
83 const CrashKey* crash_key = LookupCrashKey(key); in ClearCrashKey()
164 const CrashKey* LookupCrashKey(const base::StringPiece& key) { in LookupCrashKey() function
Dcrash_logging.h77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);