HomeSort by relevance Sort by last modified time
    Searched refs:crash_key (Results 1 - 7 of 7) 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...]
crash_logging.h 94 const CrashKey& crash_key,
  /external/chromium_org/chrome/common/
crash_keys.cc 190 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
191 keys.push_back(crash_key);
204 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
205 keys.push_back(crash_key);
219 base::debug::CrashKey crash_key = { formatted_keys[i], kSmallSize }; local
220 keys.push_back(crash_key);
  /external/chromium_org/chrome/service/cloud_print/
print_system_win.cc 57 crash_keys::ScopedPrinterInfo crash_key(printer_info_);
91 crash_keys::ScopedPrinterInfo crash_key(printer_info_);
234 crash_keys::ScopedPrinterInfo crash_key(
722 crash_keys::ScopedPrinterInfo crash_key(GetPrinterDriverInfo(printer_name));
768 crash_keys::ScopedPrinterInfo crash_key(
print_system_cups.cc 262 crash_keys::ScopedPrinterInfo crash_key(
601 crash_keys::ScopedPrinterInfo crash_key(
624 crash_keys::ScopedPrinterInfo crash_key(
788 crash_keys::ScopedPrinterInfo crash_key(
  /external/chromium_org/chrome/utility/
printing_handler.cc 505 crash_keys::ScopedPrinterInfo crash_key(
524 crash_keys::ScopedPrinterInfo crash_key(
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.cc 366 crash_keys::ScopedPrinterInfo crash_key(
    [all...]

Completed in 337 milliseconds