Home
last modified time | relevance | path

Searched refs:crash_key (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/base/debug/
Dcrash_logging.cc52 const CrashKey* crash_key = LookupCrashKey(key); in SetCrashKeyValue() local
54 DCHECK(crash_key) << "All crash keys must be registered before use " in SetCrashKeyValue()
58 if (!crash_key || crash_key->max_length <= g_chunk_max_length_) { in SetCrashKeyValue()
65 ChunkCrashKeyValue(*crash_key, value, g_chunk_max_length_); in SetCrashKeyValue()
67 i < NumChunksForLength(crash_key->max_length); in SetCrashKeyValue()
83 const CrashKey* crash_key = LookupCrashKey(key); in ClearCrashKey() local
86 if (!crash_key || crash_key->max_length <= g_chunk_max_length_) { in ClearCrashKey()
91 for (size_t i = 0; i < NumChunksForLength(crash_key->max_length); ++i) { in ClearCrashKey()
180 std::vector<std::string> ChunkCrashKeyValue(const CrashKey& crash_key, in ChunkCrashKeyValue() argument
183 std::string value_string = value.substr(0, crash_key.max_length).as_string(); in ChunkCrashKeyValue()
Dcrash_logging.h94 const CrashKey& crash_key,
/external/chromium_org/chrome/common/
Dcrash_keys.cc174 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; in RegisterChromeCrashKeys() local
175 keys.push_back(crash_key); in RegisterChromeCrashKeys()
188 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; in RegisterChromeCrashKeys() local
189 keys.push_back(crash_key); in RegisterChromeCrashKeys()
203 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; in RegisterChromeCrashKeys() local
204 keys.push_back(crash_key); in RegisterChromeCrashKeys()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_win.cc39 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in Start() local
73 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in OnObjectSignaled() local
222 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails() local
Dprint_system_xps_win.cc118 crash_keys::ScopedPrinterInfo crash_key( in Spool() local
151 crash_keys::ScopedPrinterInfo crash_key( in Spool() local
532 crash_keys::ScopedPrinterInfo crash_key(GetPrinterDriverInfo(printer_name)); in ValidatePrintTicket() local
Dprint_system_cups.cc260 crash_keys::ScopedPrinterInfo crash_key( in StartWatching() local
591 crash_keys::ScopedPrinterInfo crash_key( in GetPrinterCapsAndDefaults() local
614 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails() local
774 crash_keys::ScopedPrinterInfo crash_key( in SpoolPrintJob() local
/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.cc721 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterCapsAndDefaults() local
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.cc321 crash_keys::ScopedPrinterInfo crash_key( in GetPrinterCapabilitiesOnFileThread() local