HomeSort by relevance Sort by last modified time
    Searched refs:SetCrashKeyValue (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/common/
child_process_logging_win.cc 23 typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*);
31 static SetCrashKeyValue set_crash_key = NULL;
36 set_crash_key = reinterpret_cast<SetCrashKeyValue>(
crash_keys.cc 237 base::debug::SetCrashKeyValue(kClientId, stripped_guid);
319 base::debug::SetCrashKeyValue(kNumSwitches,
341 base::debug::SetCrashKeyValue(key, switch_str);
351 base::debug::SetCrashKeyValue(kNumVariations,
366 base::debug::SetCrashKeyValue(kVariations, variations_string);
370 base::debug::SetCrashKeyValue(kNumExtensionsCount,
379 base::debug::SetCrashKeyValue(key, *it);
393 base::debug::SetCrashKeyValue(key, value);
chrome_content_client.cc 438 base::debug::SetCrashKeyValue(crash_keys::kActiveURL,
444 base::debug::SetCrashKeyValue(crash_keys::kGPUVendorID,
446 base::debug::SetCrashKeyValue(crash_keys::kGPUDeviceID,
449 base::debug::SetCrashKeyValue(crash_keys::kGPUDriverVersion,
451 base::debug::SetCrashKeyValue(crash_keys::kGPUPixelShaderVersion,
453 base::debug::SetCrashKeyValue(crash_keys::kGPUVertexShaderVersion,
456 base::debug::SetCrashKeyValue(crash_keys::kGPUGLVersion, gpu_info.gl_version);
458 base::debug::SetCrashKeyValue(crash_keys::kGPUVendor, gpu_info.gl_vendor);
459 base::debug::SetCrashKeyValue(crash_keys::kGPURenderer, gpu_info.gl_renderer);
crash_keys_unittest.cc 23 &SetCrashKeyValue, &ClearCrashKey);
44 static void SetCrashKeyValue(const base::StringPiece& key,
  /external/chromium_org/components/crash/app/
crash_keys_win.h 49 void SetCrashKeyValue(const std::wstring& key, const std::wstring& value);
crash_keys_win.cc 153 void CrashKeysWin::SetCrashKeyValue(
breakpad_win.cc 284 keeper->SetCrashKeyValue(key, value);
breakpad_linux.cc 862 void SetCrashKeyValue(const base::StringPiece& key,
876 base::debug::SetCrashKeyReportingFunctions(&SetCrashKeyValue, &ClearCrashKey);
    [all...]
  /external/chromium_org/base/debug/
crash_logging_unittest.cc 51 base::debug::SetCrashKeyValue(kTestKey, "value");
69 base::debug::SetCrashKeyValue(kTestKey, "foo");
76 base::debug::SetCrashKeyValue(kTestKey, "five four three two");
91 base::debug::SetCrashKeyValue(kTestKey, "five four three two");
92 base::debug::SetCrashKeyValue(kTestKey, "allays");
crash_logging.h 28 BASE_EXPORT void SetCrashKeyValue(const base::StringPiece& key,
crash_logging.cc 47 void SetCrashKeyValue(const base::StringPiece& key,
127 SetCrashKeyValue(key, value);
133 SetCrashKeyValue(key, value);
  /external/chromium_org/content/renderer/fetchers/
image_resource_fetcher.cc 43 base::debug::SetCrashKeyValue("subresource_url", image_url.spec());
  /external/chromium_org/base/memory/
discardable_memory_manager.cc 210 base::debug::SetCrashKeyValue(kDiscardableMemoryUsageKey,
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 105 base::debug::SetCrashKeyValue(crash_keys::kShutdownType,
chrome_browser_main.cc     [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc 74 base::debug::SetCrashKeyValue("subresource_url", init_data_->url.spec());
  /external/chromium_org/ppapi/proxy/
flash_resource.cc 96 base::debug::SetCrashKeyValue("subresource_url", url_string_var->value());
  /external/chromium_org/content/renderer/
renderer_font_platform_win.cc 133 base::debug::SetCrashKeyValue(kFontKeyName,
  /external/chromium_org/content/ppapi_plugin/
ppapi_thread.cc 253 base::debug::SetCrashKeyValue("ppapi_path", path.MaybeAsASCII());
  /external/chromium_org/chrome/browser/chromeos/login/users/
chrome_user_manager_impl.cc     [all...]
  /external/chromium_org/media/blink/
webmediaplayer_impl.cc 244 base::debug::SetCrashKeyValue("subresource_url", gurl.spec());
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 526 base::debug::SetCrashKeyValue(crash_keys::kNumberOfViews,
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 558 base::debug::SetCrashKeyValue("subresource_url", plugin_url_.spec());
    [all...]

Completed in 778 milliseconds