Searched defs:CrashKeysWin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.h27 class CrashKeysWin { class in namespace:breakpad
29 CrashKeysWin();
30 ~CrashKeysWin();
52 static CrashKeysWin* keeper() { return keeper_; }
72 static CrashKeysWin* keeper_;
74 DISALLOW_COPY_AND_ASSIGN(CrashKeysWin);
H A Dcrash_keys_win.cc28 CrashKeysWin* CrashKeysWin::keeper_;
30 CrashKeysWin::CrashKeysWin() : dynamic_keys_offset_(0) { function in class:breakpad::CrashKeysWin
31 DCHECK_EQ(static_cast<CrashKeysWin*>(NULL), keeper_);
35 CrashKeysWin::~CrashKeysWin() {
41 void CrashKeysWin::SetPluginPath(const std::wstring& path) {
68 void CrashKeysWin::SetBreakpadDumpPath(CrashReporterClient* crash_client) {
79 CrashKeysWin
[all...]

Completed in 133 milliseconds