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

  /external/chromium_org/base/debug/
crash_logging.h 77 BASE_EXPORT const CrashKey* LookupCrashKey(const base::StringPiece& key);
crash_logging_unittest.cc 133 EXPECT_TRUE(base::debug::LookupCrashKey("chunked-3"));
134 EXPECT_TRUE(base::debug::LookupCrashKey("single"));
135 EXPECT_TRUE(base::debug::LookupCrashKey("chunked-6"));
136 EXPECT_FALSE(base::debug::LookupCrashKey("chunked-6-4"));
crash_logging.cc 52 const CrashKey* crash_key = LookupCrashKey(key);
83 const CrashKey* crash_key = LookupCrashKey(key);
164 const CrashKey* LookupCrashKey(const base::StringPiece& key) {

Completed in 161 milliseconds