HomeSort by relevance Sort by last modified time
    Searched refs:InitCrashKeys (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/base/debug/
crash_logging_unittest.cc 49 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
64 base::debug::InitCrashKeys(keys, arraysize(keys), 5);
109 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
129 size_t num_keys = base::debug::InitCrashKeys(keys, arraysize(keys), 5);
181 EXPECT_EQ(3u, base::debug::InitCrashKeys(&key, 1, 5));
crash_logging.h 63 // InitCrashKeys() but less than this value, it will be split into multiple
73 BASE_EXPORT size_t InitCrashKeys(const CrashKey* const keys, size_t count,
crash_logging.cc 140 size_t InitCrashKeys(const CrashKey* const keys, size_t count,
  /external/chromium_org/chrome/common/
crash_keys.cc 226 return base::debug::InitCrashKeys(&keys.at(0), keys.size(),
  /external/chromium_org/components/crash/app/
breakpad_linux.cc 872 // InitCrashKeys().
873 void InitCrashKeys() {
    [all...]

Completed in 4033 milliseconds