Home | History | Annotate | Download | only in debug

Lines Matching refs:keys

48   base::debug::CrashKey keys[] = { { kTestKey, 255 } };
49 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
63 base::debug::CrashKey keys[] = { { kTestKey, 15 } };
64 base::debug::InitCrashKeys(keys, arraysize(keys), 5);
108 base::debug::CrashKey keys[] = { { kTestKey, 255 } };
109 base::debug::InitCrashKeys(keys, arraysize(keys), 255);
123 base::debug::CrashKey keys[] = {
129 size_t num_keys = base::debug::InitCrashKeys(keys, arraysize(keys), 5);