OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedCrashKey
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/debug/
crash_logging.h
45
class BASE_EXPORT
ScopedCrashKey
{
47
ScopedCrashKey
(const base::StringPiece& key, const base::StringPiece& value);
48
~
ScopedCrashKey
();
53
DISALLOW_COPY_AND_ASSIGN(
ScopedCrashKey
);
crash_logging.cc
130
ScopedCrashKey
::
ScopedCrashKey
(const base::StringPiece& key,
136
ScopedCrashKey
::~
ScopedCrashKey
() {
Completed in 3467 milliseconds