Home
last modified time | relevance | path

Searched refs:crash_keys (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium_org/chrome/common/
Dcrash_keys_unittest.cc23 crash_keys::RegisterChromeCrashKeys(); in SetUp()
62 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F()
72 const int kMax = crash_keys::kSwitchesMaxCount + 2; in TEST_F()
76 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F()
90 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F()
Dchrome_content_client.cc426 base::debug::SetCrashKeyValue(crash_keys::kActiveURL, in SetActiveURL()
432 base::debug::SetCrashKeyValue(crash_keys::kGPUVendorID, in SetGpuInfo()
434 base::debug::SetCrashKeyValue(crash_keys::kGPUDeviceID, in SetGpuInfo()
437 base::debug::SetCrashKeyValue(crash_keys::kGPUDriverVersion, in SetGpuInfo()
439 base::debug::SetCrashKeyValue(crash_keys::kGPUPixelShaderVersion, in SetGpuInfo()
441 base::debug::SetCrashKeyValue(crash_keys::kGPUVertexShaderVersion, in SetGpuInfo()
444 base::debug::SetCrashKeyValue(crash_keys::kGPUGLVersion, gpu_info.gl_version); in SetGpuInfo()
446 base::debug::SetCrashKeyValue(crash_keys::kGPUVendor, gpu_info.gl_vendor); in SetGpuInfo()
447 base::debug::SetCrashKeyValue(crash_keys::kGPURenderer, gpu_info.gl_renderer); in SetGpuInfo()
Dchild_process_logging_win.cc61 crash_keys::RegisterChromeCrashKeys(); in Init()
Dcrash_keys.h16 namespace crash_keys {
Dcrash_keys.cc22 namespace crash_keys { namespace
281 if (i > crash_keys::kSwitchesMaxCount) in SetSwitchesFromCommandLine()
DOWNERS46 per-file crash_keys.*=rsesek@chromium.org
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
Ddump_reader_win.py54 crash_keys = dict([l.split(':', 1) for l in f.read().splitlines()])
55 if 'pid' in crash_keys:
56 return crash_keys['pid']
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc70 delete info->crash_keys; in CrashDumpTask()
156 CrashKeyStorage* crash_keys = new CrashKeyStorage; in OnFileCanReadWithoutBlocking() local
158 size_t crash_keys_size = crash_keys->Serialize( in OnFileCanReadWithoutBlocking()
349 info->crash_keys = crash_keys; in OnFileCanReadWithoutBlocking()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_win.cc39 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in Start()
73 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in OnObjectSignaled()
222 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails()
Dprint_system_xps_win.cc118 crash_keys::ScopedPrinterInfo crash_key( in Spool()
151 crash_keys::ScopedPrinterInfo crash_key( in Spool()
532 crash_keys::ScopedPrinterInfo crash_key(GetPrinterDriverInfo(printer_name)); in ValidatePrintTicket()
Dprint_system_cups.cc260 crash_keys::ScopedPrinterInfo crash_key( in StartWatching()
591 crash_keys::ScopedPrinterInfo crash_key( in GetPrinterCapsAndDefaults()
614 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails()
774 crash_keys::ScopedPrinterInfo crash_key( in SpoolPrintJob()
/external/chromium_org/components/breakpad/app/
Dbreakpad_linux_impl.h59 CrashKeyStorage* crash_keys; member
Dbreakpad_linux.cc594 info.crash_keys = g_crash_keys; in CrashDone()
702 info.crash_keys = g_crash_keys; in CrashDoneInProcessNoUpload()
1261 if (info.crash_keys) { in HandleCrashDump()
1262 CrashKeyStorage::Iterator crash_key_iterator(*info.crash_keys); in HandleCrashDump()
/external/chromium_org/chrome/common/metrics/variations/
Dvariations_util.cc58 crash_keys::SetVariationsList(experiment_strings); in SetChildProcessLoggingVariationList()
/external/chromium_org/chrome/browser/
Dchrome_browser_application_mac.mm18 #include "chrome/common/crash_keys.h"
90 base::debug::SetCrashKeyValue(crash_keys::mac::kNSException, value);
91 base::debug::SetCrashKeyToStackTrace(crash_keys::mac::kNSExceptionTrace,
430 base::debug::ScopedCrashKey key(crash_keys::mac::kSendAction, value);
498 trackedFirstException ? crash_keys::mac::kLastNSException
499 : crash_keys::mac::kFirstNSException;
509 trackedFirstException ? crash_keys::mac::kLastNSExceptionTrace
510 : crash_keys::mac::kFirstNSExceptionTrace;
Dchrome_browser_main.cc881 crash_keys::SetSwitchesFromCommandLine(CommandLine::ForCurrentProcess()); in PreCreateThreadsImpl()
985 base::debug::SetCrashKeyValue(crash_keys::kChannel, in PreCreateThreadsImpl()
/external/chromium_org/chrome/app/
Dchrome_breakpad_client.cc83 crash_keys::SetClientID(client_id); in SetClientID()
339 return crash_keys::RegisterChromeCrashKeys(); in RegisterCrashKeys()
Dchrome_main_delegate.cc722 crash_keys::SetSwitchesFromCommandLine(&command_line); in PreSandboxStartup()
827 crash_keys::SetSwitchesFromCommandLine(command_line); in ZygoteForked()
/external/chromium_org/chrome/common/mac/
Dobjc_zombie.mm20 #include "chrome/common/crash_keys.h"
210 base::debug::SetCrashKeyValue(crash_keys::mac::kZombie, aString);
215 crash_keys::mac::kZombieTrace, record.trace, record.traceDepth);
/external/chromium_org/chrome/
Dchrome_exe.gypi486 'common/crash_keys.cc',
487 'common/crash_keys.h',
578 'common/crash_keys.cc',
Dchrome_common.gypi110 'common/crash_keys.cc',
111 'common/crash_keys.h',
/external/chromium_org/chrome/utility/
Dchrome_content_utility_client.cc721 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterCapsAndDefaults()
/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client.cc394 base::debug::SetCrashKeyValue(crash_keys::kNumberOfViews, in SetNumberOfViews()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.cc321 crash_keys::ScopedPrinterInfo crash_key( in GetPrinterCapabilitiesOnFileThread()
/external/chromium_org/chrome/browser/metrics/
Dmetrics_service.cc651 crash_keys::SetClientID(client_id_); in EnableRecording()

12