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 44 class BASE_EXPORT ScopedCrashKey {
46 ScopedCrashKey(const base::StringPiece& key, const base::StringPiece& value);
47 ~ScopedCrashKey();
52 DISALLOW_COPY_AND_ASSIGN(ScopedCrashKey);
crash_logging.cc 131 ScopedCrashKey::ScopedCrashKey(const base::StringPiece& key,
137 ScopedCrashKey::~ScopedCrashKey() {
crash_logging_unittest.cc 106 TEST_F(CrashLoggingTest, ScopedCrashKey) {
114 base::debug::ScopedCrashKey scoped_crash_key(kTestKey, "value");

Completed in 3908 milliseconds