ScopedCrashKey    130 base/debug/crash_logging.cc ScopedCrashKey::ScopedCrashKey(const base::StringPiece& key,
ScopedCrashKey    136 base/debug/crash_logging.cc ScopedCrashKey::~ScopedCrashKey() {
ScopedCrashKey     45 base/debug/crash_logging.h class BASE_EXPORT ScopedCrashKey {
ScopedCrashKey     47 base/debug/crash_logging.h   ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value);
ScopedCrashKey     48 base/debug/crash_logging.h   ~ScopedCrashKey();
ScopedCrashKey     53 base/debug/crash_logging.h   DISALLOW_COPY_AND_ASSIGN(ScopedCrashKey);
ScopedCrashKey    106 base/debug/crash_logging_unittest.cc TEST_F(CrashLoggingTest, ScopedCrashKey) {
ScopedCrashKey    114 base/debug/crash_logging_unittest.cc     base::debug::ScopedCrashKey scoped_crash_key(kTestKey, "value");