Searched refs:formatted_keys (Results 1 – 1 of 1) sorted by relevance
166 static char formatted_keys[kSwitchesMaxCount][sizeof(kSwitch) + 1] = in RegisterChromeCrashKeys() local168 const size_t formatted_key_len = sizeof(formatted_keys[0]); in RegisterChromeCrashKeys()172 formatted_keys[i], formatted_key_len, kSwitch, i + 1); in RegisterChromeCrashKeys()174 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; in RegisterChromeCrashKeys()181 static char formatted_keys[kExtensionIDMaxCount][sizeof(kExtensionID) + 1] = in RegisterChromeCrashKeys() local183 const size_t formatted_key_len = sizeof(formatted_keys[0]); in RegisterChromeCrashKeys()186 formatted_keys[i], formatted_key_len, kExtensionID, i); in RegisterChromeCrashKeys()188 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; in RegisterChromeCrashKeys()195 static char formatted_keys[kPrinterInfoCount][sizeof(kPrinterInfo) + 1] = in RegisterChromeCrashKeys() local197 const size_t formatted_key_len = sizeof(formatted_keys[0]); in RegisterChromeCrashKeys()[all …]