OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 607 milliseconds