SetCrashKeyValue  127 base/debug/crash_logging.cc   SetCrashKeyValue(key, value);
SetCrashKeyValue  133 base/debug/crash_logging.cc   SetCrashKeyValue(key, value);
SetCrashKeyValue   28 base/debug/crash_logging.h BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
SetCrashKeyValue   51 base/debug/crash_logging_unittest.cc   base::debug::SetCrashKeyValue(kTestKey, "value");
SetCrashKeyValue   69 base/debug/crash_logging_unittest.cc   base::debug::SetCrashKeyValue(kTestKey, "foo");
SetCrashKeyValue   76 base/debug/crash_logging_unittest.cc   base::debug::SetCrashKeyValue(kTestKey, "five four three two");
SetCrashKeyValue   91 base/debug/crash_logging_unittest.cc   base::debug::SetCrashKeyValue(kTestKey, "five four three two");
SetCrashKeyValue   92 base/debug/crash_logging_unittest.cc   base::debug::SetCrashKeyValue(kTestKey, "allays");
SetCrashKeyValue  103 chrome/browser/browser_shutdown.cc   base::debug::SetCrashKeyValue(crash_keys::kShutdownType,
SetCrashKeyValue  977 chrome/browser/chrome_browser_main.cc   base::debug::SetCrashKeyValue(crash_keys::kChannel,
SetCrashKeyValue 2076 chrome/browser/chromeos/login/user_manager_impl.cc   base::debug::SetCrashKeyValue(crash_keys::kNumberOfUsers,
SetCrashKeyValue   20 chrome/common/child_process_logging_win.cc typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*);
SetCrashKeyValue   28 chrome/common/child_process_logging_win.cc   static SetCrashKeyValue set_crash_key = NULL;
SetCrashKeyValue   33 chrome/common/child_process_logging_win.cc     set_crash_key = reinterpret_cast<SetCrashKeyValue>(
SetCrashKeyValue  442 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kActiveURL,
SetCrashKeyValue  448 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUVendorID,
SetCrashKeyValue  450 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUDeviceID,
SetCrashKeyValue  453 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUDriverVersion,
SetCrashKeyValue  455 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUPixelShaderVersion,
SetCrashKeyValue  457 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUVertexShaderVersion,
SetCrashKeyValue  460 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUGLVersion, gpu_info.gl_version);
SetCrashKeyValue  462 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPUVendor, gpu_info.gl_vendor);
SetCrashKeyValue  463 chrome/common/chrome_content_client.cc   base::debug::SetCrashKeyValue(crash_keys::kGPURenderer, gpu_info.gl_renderer);
SetCrashKeyValue  229 chrome/common/crash_keys.cc   base::debug::SetCrashKeyValue(kClientID, guid);
SetCrashKeyValue  273 chrome/common/crash_keys.cc   base::debug::SetCrashKeyValue(kNumSwitches,
SetCrashKeyValue  295 chrome/common/crash_keys.cc     base::debug::SetCrashKeyValue(key, switch_str);
SetCrashKeyValue  305 chrome/common/crash_keys.cc   base::debug::SetCrashKeyValue(kNumVariations,
SetCrashKeyValue  320 chrome/common/crash_keys.cc   base::debug::SetCrashKeyValue(kVariations, variations_string);
SetCrashKeyValue  324 chrome/common/crash_keys.cc   base::debug::SetCrashKeyValue(kNumExtensionsCount,
SetCrashKeyValue  333 chrome/common/crash_keys.cc       base::debug::SetCrashKeyValue(key, *it);
SetCrashKeyValue  347 chrome/common/crash_keys.cc     base::debug::SetCrashKeyValue(key, value);
SetCrashKeyValue   23 chrome/common/crash_keys_unittest.cc         &SetCrashKeyValue, &ClearCrashKey);
SetCrashKeyValue  440 chrome/renderer/chrome_content_renderer_client.cc   base::debug::SetCrashKeyValue(crash_keys::kNumberOfViews,
SetCrashKeyValue  871 components/breakpad/app/breakpad_linux.cc   base::debug::SetCrashKeyReportingFunctions(&SetCrashKeyValue, &ClearCrashKey);
SetCrashKeyValue  253 content/ppapi_plugin/ppapi_thread.cc   base::debug::SetCrashKeyValue("ppapi_path", path.MaybeAsASCII());
SetCrashKeyValue   40 content/renderer/fetchers/image_resource_fetcher.cc   base::debug::SetCrashKeyValue("subresource_url", image_url.spec());
SetCrashKeyValue  291 content/renderer/media/webmediaplayer_impl.cc   base::debug::SetCrashKeyValue("subresource_url", gurl.spec());
SetCrashKeyValue  559 content/renderer/npapi/webplugin_impl.cc   base::debug::SetCrashKeyValue("subresource_url", plugin_url_.spec());
SetCrashKeyValue   75 content/renderer/pepper/pepper_webplugin_impl.cc   base::debug::SetCrashKeyValue("subresource_url", init_data_->url.spec());
SetCrashKeyValue   96 ppapi/proxy/flash_resource.cc       base::debug::SetCrashKeyValue("subresource_url", url_string_var->value());