Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/common/
Dcrash_keys_unittest.cc24 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 …]
Dchrome_content_client.cc444 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()
Dchild_process_logging_win.cc64 crash_keys::RegisterChromeCrashKeys(); in Init()
73 base::debug::SetCrashKeyValue(crash_keys::kClientID, client_id); in Init()
Dcrash_keys.h18 namespace crash_keys {
Dcrash_keys.cc26 namespace crash_keys { namespace
337 if (i > crash_keys::kSwitchesMaxCount) in SetSwitchesFromCommandLine()
DOWNERS55 per-file crash_keys*=rsesek@chromium.org
/external/chromium_org/components/breakpad/app/
Dcrash_keys_win_unittest.cc85 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()
Dbreakpad_linux_impl.h58 CrashKeyStorage* crash_keys; member
Dbreakpad_linux.cc590 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/
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.cc73 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/
Dvariations_util.cc19 crash_keys::SetVariationsList(experiment_strings); in SetChildProcessLoggingVariationList()
/external/chromium_org/chrome/service/cloud_print/
Dprint_system_win.cc57 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()
Dprint_system_cups.cc262 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/
Dchrome_breakpad_client.cc84 crash_keys::SetClientID(client_id); in SetClientID()
325 return crash_keys::RegisterChromeCrashKeys(); in RegisterCrashKeys()
Dchrome_main_delegate.cc764 crash_keys::SetSwitchesFromCommandLine(&command_line); in PreSandboxStartup()
868 crash_keys::SetSwitchesFromCommandLine(command_line); in ZygoteForked()
/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;
Dbrowser_shutdown.cc103 base::debug::SetCrashKeyValue(crash_keys::kShutdownType, in OnShutdownStarting()
Dchrome_browser_main.cc835 crash_keys::SetSwitchesFromCommandLine(CommandLine::ForCurrentProcess()); in PreCreateThreadsImpl()
930 base::debug::SetCrashKeyValue(crash_keys::kChannel, in PreCreateThreadsImpl()
/external/chromium_org/chrome/utility/
Dprinting_handler.cc505 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterCapsAndDefaults()
524 crash_keys::ScopedPrinterInfo crash_key( in OnGetPrinterSemanticCapsAndDefaults()
/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.gypi500 'common/crash_keys.cc',
501 'common/crash_keys.h',
604 'common/crash_keys.cc',
Dchrome_common.gypi58 'common/crash_keys.cc',
59 'common/crash_keys.h',
/external/chromium_org/chrome/renderer/extensions/
Dchrome_extensions_dispatcher_delegate.cc303 crash_keys::SetActiveExtensions(extension_ids); in OnActiveExtensionsUpdated()
/external/chromium_org/chrome/browser/metrics/
Dchrome_metrics_service_client.cc164 crash_keys::SetClientID(client_id); in SetClientID()

12