Searched refs:LookupCrashKey (Results 1 – 3 of 3) sorted by relevance
133 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()
52 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
77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);