/external/chromium_org/chrome/common/ |
D | crash_keys_unittest.cc | 24 crash_keys::RegisterChromeCrashKeys(); in SetUp() 66 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F() 76 const int kMax = crash_keys::kSwitchesMaxCount + 2; in TEST_F() 80 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F() 93 crash_keys::SetSwitchesFromCommandLine(&command_line); in TEST_F() 100 EXPECT_FALSE(HasCrashKey(base::StringPrintf(crash_keys::kSwitch, i))); in TEST_F() 112 crash_keys::SetActiveExtensions(extensions); in TEST_F() 126 const int kMax = crash_keys::kExtensionIDMaxCount + 2; in TEST_F() 130 crash_keys::SetActiveExtensions(extensions); in TEST_F() 134 GetKeyValue(base::StringPrintf(crash_keys::kExtensionID, i))); in TEST_F() [all …]
|
D | chrome_content_client.cc | 444 base::debug::SetCrashKeyValue(crash_keys::kActiveURL, in SetActiveURL() 450 base::debug::SetCrashKeyValue(crash_keys::kGPUVendorID, in SetGpuInfo() 452 base::debug::SetCrashKeyValue(crash_keys::kGPUDeviceID, in SetGpuInfo() 455 base::debug::SetCrashKeyValue(crash_keys::kGPUDriverVersion, in SetGpuInfo() 457 base::debug::SetCrashKeyValue(crash_keys::kGPUPixelShaderVersion, in SetGpuInfo() 459 base::debug::SetCrashKeyValue(crash_keys::kGPUVertexShaderVersion, in SetGpuInfo() 462 base::debug::SetCrashKeyValue(crash_keys::kGPUGLVersion, gpu_info.gl_version); in SetGpuInfo() 464 base::debug::SetCrashKeyValue(crash_keys::kGPUVendor, gpu_info.gl_vendor); in SetGpuInfo() 465 base::debug::SetCrashKeyValue(crash_keys::kGPURenderer, gpu_info.gl_renderer); in SetGpuInfo()
|
D | child_process_logging_win.cc | 64 crash_keys::RegisterChromeCrashKeys(); in Init() 73 base::debug::SetCrashKeyValue(crash_keys::kClientID, client_id); in Init()
|
D | crash_keys.h | 18 namespace crash_keys {
|
D | crash_keys.cc | 26 namespace crash_keys { namespace 337 if (i > crash_keys::kSwitchesMaxCount) in SetSwitchesFromCommandLine()
|
D | OWNERS | 55 per-file crash_keys*=rsesek@chromium.org
|
/external/chromium_org/components/breakpad/app/ |
D | crash_keys_win_unittest.cc | 85 CrashKeysWin crash_keys; in TEST_F() local 87 ASSERT_EQ(&crash_keys, CrashKeysWin::keeper()); in TEST_F() 97 CrashKeysWin crash_keys; in TEST_F() local 122 crash_keys.GetCustomInfo(kExePath.value(), in TEST_F()
|
D | breakpad_linux_impl.h | 58 CrashKeyStorage* crash_keys; member
|
D | breakpad_linux.cc | 590 info.crash_keys = g_crash_keys; in CrashDone() 695 info.crash_keys = g_crash_keys; in CrashDoneInProcessNoUpload() 1404 if (info.crash_keys) { in HandleCrashDump() 1405 CrashKeyStorage::Iterator crash_key_iterator(*info.crash_keys); in HandleCrashDump()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
D | dump_reader_win.py | 54 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/ |
D | crash_handler_host_linux.cc | 73 delete info->crash_keys; in CrashDumpTask() 154 scoped_ptr<CrashKeyStorage> crash_keys(new CrashKeyStorage); in OnFileCanReadWithoutBlocking() local 156 size_t crash_keys_size = crash_keys->Serialize( in OnFileCanReadWithoutBlocking() 309 info->crash_keys = crash_keys.release(); in OnFileCanReadWithoutBlocking()
|
/external/chromium_org/chrome/common/variations/ |
D | variations_util.cc | 19 crash_keys::SetVariationsList(experiment_strings); in SetChildProcessLoggingVariationList()
|
/external/chromium_org/chrome/service/cloud_print/ |
D | print_system_win.cc | 57 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in Start() 91 crash_keys::ScopedPrinterInfo crash_key(printer_info_); in OnObjectSignaled() 234 crash_keys::ScopedPrinterInfo crash_key( in Spool() 722 crash_keys::ScopedPrinterInfo crash_key(GetPrinterDriverInfo(printer_name)); in ValidatePrintTicket() 768 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails()
|
D | print_system_cups.cc | 262 crash_keys::ScopedPrinterInfo crash_key( in StartWatching() 601 crash_keys::ScopedPrinterInfo crash_key( in GetPrinterCapsAndDefaults() 624 crash_keys::ScopedPrinterInfo crash_key( in GetJobDetails() 788 crash_keys::ScopedPrinterInfo crash_key( in SpoolPrintJob()
|
/external/chromium_org/chrome/app/ |
D | chrome_breakpad_client.cc | 84 crash_keys::SetClientID(client_id); in SetClientID() 325 return crash_keys::RegisterChromeCrashKeys(); in RegisterCrashKeys()
|
D | chrome_main_delegate.cc | 764 crash_keys::SetSwitchesFromCommandLine(&command_line); in PreSandboxStartup() 868 crash_keys::SetSwitchesFromCommandLine(command_line); in ZygoteForked()
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_application_mac.mm | 18 #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;
|
D | browser_shutdown.cc | 103 base::debug::SetCrashKeyValue(crash_keys::kShutdownType, in OnShutdownStarting()
|
D | chrome_browser_main.cc | 835 crash_keys::SetSwitchesFromCommandLine(CommandLine::ForCurrentProcess()); in PreCreateThreadsImpl() 930 base::debug::SetCrashKeyValue(crash_keys::kChannel, in PreCreateThreadsImpl()
|
/external/chromium_org/chrome/utility/ |
D | printing_handler.cc | 505 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterCapsAndDefaults() 524 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterSemanticCapsAndDefaults()
|
/external/chromium_org/chrome/common/mac/ |
D | objc_zombie.mm | 20 #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/ |
D | chrome_exe.gypi | 500 'common/crash_keys.cc', 501 'common/crash_keys.h', 604 'common/crash_keys.cc',
|
D | chrome_common.gypi | 58 'common/crash_keys.cc', 59 'common/crash_keys.h',
|
/external/chromium_org/chrome/renderer/extensions/ |
D | chrome_extensions_dispatcher_delegate.cc | 303 crash_keys::SetActiveExtensions(extension_ids); in OnActiveExtensionsUpdated()
|
/external/chromium_org/chrome/browser/metrics/ |
D | chrome_metrics_service_client.cc | 164 crash_keys::SetClientID(client_id); in SetClientID()
|