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

  /external/chromium_org/components/crash/app/
crash_reporter_client.cc 14 CrashReporterClient* g_client = NULL;
18 void SetCrashReporterClient(CrashReporterClient* client) {
22 CrashReporterClient* GetCrashReporterClient() {
27 CrashReporterClient::CrashReporterClient() {}
28 CrashReporterClient::~CrashReporterClient() {}
30 void CrashReporterClient::SetCrashReporterClientIdFromGUID(
35 bool CrashReporterClient::GetAlternativeCrashDumpLocation(
40 void CrashReporterClient::GetProductNameAndVersion
    [all...]
crash_reporter_client.h 30 class CrashReporterClient;
35 void SetCrashReporterClient(CrashReporterClient* client);
39 CrashReporterClient* GetCrashReporterClient();
43 class CrashReporterClient {
45 CrashReporterClient();
46 virtual ~CrashReporterClient();
crash_keys_win.h 20 class CrashReporterClient;
47 crash_reporter::CrashReporterClient* crash_client);
57 void SetBreakpadDumpPath(crash_reporter::CrashReporterClient* crash_client);
crash_keys_win.cc 19 using crash_reporter::CrashReporterClient;
68 void CrashKeysWin::SetBreakpadDumpPath(CrashReporterClient* crash_client) {
83 CrashReporterClient* crash_client) {
crash_keys_win_unittest.cc 21 class MockCrashReporterClient : public crash_reporter::CrashReporterClient {
  /external/chromium_org/content/shell/app/
shell_crash_reporter_client.h 13 class ShellCrashReporterClient : public crash_reporter::CrashReporterClient {
  /external/libcxxabi/src/
abort_message.cpp 23 # if defined(__has_include) && __has_include(<CrashReporterClient.h>)
25 # include <CrashReporterClient.h>
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 14 class ChromeCrashReporterClient : public crash_reporter::CrashReporterClient {
19 // crash_reporter::CrashReporterClient implementation.
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 26 #include <CrashReporterClient.h>
  /external/llvm/
configure     [all...]

Completed in 139 milliseconds