OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrashKey
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/debug/
crash_logging.h
57
struct BASE_EXPORT
CrashKey
{
73
BASE_EXPORT size_t InitCrashKeys(const
CrashKey
* const keys, size_t count,
77
BASE_EXPORT const
CrashKey
* LookupCrashKey(const base::StringPiece& key);
94
const
CrashKey
& crash_key,
crash_logging.cc
22
typedef std::map<base::StringPiece,
CrashKey
> CrashKeyMap;
52
const
CrashKey
* crash_key = LookupCrashKey(key);
83
const
CrashKey
* crash_key = LookupCrashKey(key);
140
size_t InitCrashKeys(const
CrashKey
* const keys, size_t count,
164
const
CrashKey
* LookupCrashKey(const base::StringPiece& key) {
180
std::vector<std::string> ChunkCrashKeyValue(const
CrashKey
& crash_key,
crash_logging_unittest.cc
48
base::debug::
CrashKey
keys[] = { { kTestKey, 255 } };
63
base::debug::
CrashKey
keys[] = { { kTestKey, 15 } };
108
base::debug::
CrashKey
keys[] = { { kTestKey, 255 } };
123
base::debug::
CrashKey
keys[] = {
143
base::debug::
CrashKey
key = { "chunky", 10 };
180
base::debug::
CrashKey
key = { "round", 12 };
/external/chromium_org/chrome/common/
crash_keys.cc
111
base::debug::
CrashKey
fixed_keys[] = {
158
std::vector<base::debug::
CrashKey
> keys(
174
base::debug::
CrashKey
crash_key = { formatted_keys[i], kSmallSize };
188
base::debug::
CrashKey
crash_key = { formatted_keys[i], kSmallSize };
203
base::debug::
CrashKey
crash_key = { formatted_keys[i], kSmallSize };
Completed in 154 milliseconds