Home
last modified time | relevance | path

Searched refs:CrashKeyStorage (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/breakpad/app/
Dbreakpad_linux_impl.h20 typedef google_breakpad::NonAllocatingMap<256, 256, 64> CrashKeyStorage; typedef
59 CrashKeyStorage* crash_keys;
Dbreakpad_linux.cc95 CrashKeyStorage* g_crash_keys = NULL;
1262 CrashKeyStorage::Iterator crash_key_iterator(*info.crash_keys); in HandleCrashDump()
1263 const CrashKeyStorage::Entry* entry; in HandleCrashDump()
1495 g_crash_keys = new CrashKeyStorage; in InitCrashReporter()
/external/chromium_org/components/breakpad/browser/
Dcrash_handler_host_linux.cc156 CrashKeyStorage* crash_keys = new CrashKeyStorage; in OnFileCanReadWithoutBlocking()