OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
174
base::debug::CrashKey
crash_key
= { formatted_keys[i], kSmallSize };
local
175
keys.push_back(
crash_key
);
188
base::debug::CrashKey
crash_key
= { formatted_keys[i], kSmallSize };
local
189
keys.push_back(
crash_key
);
203
base::debug::CrashKey
crash_key
= { formatted_keys[i], kSmallSize };
local
204
keys.push_back(
crash_key
);
Completed in 479 milliseconds