HomeSort by relevance Sort by last modified time
    Searched refs:ScopedCrashKey (Results 1 - 3 of 3) 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() {
crash_logging_unittest.cc 106 TEST_F(CrashLoggingTest, ScopedCrashKey) {
114 base::debug::ScopedCrashKey scoped_crash_key(kTestKey, "value");

Completed in 45 milliseconds