HomeSort by relevance Sort by last modified time
    Searched defs:crash_key (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/debug/
crash_logging.cc 52 const CrashKey* crash_key = LookupCrashKey(key); local
54 DCHECK(crash_key) << "All crash keys must be registered before use "
58 if (!crash_key || crash_key->max_length <= g_chunk_max_length_) {
65 ChunkCrashKeyValue(*crash_key, value, g_chunk_max_length_);
67 i < NumChunksForLength(crash_key->max_length);
83 const CrashKey* crash_key = LookupCrashKey(key); local
86 if (!crash_key || crash_key->max_length <= g_chunk_max_length_) {
91 for (size_t i = 0; i < NumChunksForLength(crash_key->max_length); ++i)
    [all...]
  /external/chromium_org/chrome/common/
crash_keys.cc 192 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
193 keys.push_back(crash_key);
206 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
207 keys.push_back(crash_key);
221 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
222 keys.push_back(crash_key);

Completed in 263 milliseconds