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

  /external/chromium_org/chrome/common/
child_process_logging_win.cc 21 typedef void (__cdecl *SetCrashKeyValue)(const wchar_t*, const wchar_t*);
29 static SetCrashKeyValue set_crash_key = NULL;
34 set_crash_key = reinterpret_cast<SetCrashKeyValue>(
73 base::debug::SetCrashKeyValue(crash_keys::kClientID, client_id);
crash_keys.cc 235 base::debug::SetCrashKeyValue(kClientID, 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 444 base::debug::SetCrashKeyValue(crash_keys::kActiveURL,
450 base::debug::SetCrashKeyValue(crash_keys::kGPUVendorID,
452 base::debug::SetCrashKeyValue(crash_keys::kGPUDeviceID,
455 base::debug::SetCrashKeyValue(crash_keys::kGPUDriverVersion,
457 base::debug::SetCrashKeyValue(crash_keys::kGPUPixelShaderVersion,
459 base::debug::SetCrashKeyValue(crash_keys::kGPUVertexShaderVersion,
462 base::debug::SetCrashKeyValue(crash_keys::kGPUGLVersion, gpu_info.gl_version);
464 base::debug::SetCrashKeyValue(crash_keys::kGPUVendor, gpu_info.gl_vendor);
465 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/breakpad/app/
crash_keys_win.h 47 void SetCrashKeyValue(const std::wstring& key, const std::wstring& value);
crash_keys_win.cc 154 void CrashKeysWin::SetCrashKeyValue(
breakpad_win.cc 282 keeper->SetCrashKeyValue(key, value);
breakpad_linux.cc 862 void SetCrashKeyValue(const base::StringPiece& key,
875 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 40 base::debug::SetCrashKeyValue("subresource_url", image_url.spec());
  /external/chromium_org/base/memory/
discardable_memory_manager.cc 254 base::debug::SetCrashKeyValue(kDiscardableMemoryUsageKey,
  /external/chromium_org/chrome/browser/
browser_shutdown.cc 103 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/ppapi_plugin/
ppapi_thread.cc 251 base::debug::SetCrashKeyValue("ppapi_path", path.MaybeAsASCII());
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 466 base::debug::SetCrashKeyValue(crash_keys::kNumberOfViews,
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 266 base::debug::SetCrashKeyValue("subresource_url", gurl.spec());
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.cc 559 base::debug::SetCrashKeyValue("subresource_url", plugin_url_.spec());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_impl.cc     [all...]

Completed in 1245 milliseconds