HomeSort by relevance Sort by last modified time
    Searched defs:CrashKeysWin (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/crash/app/
crash_keys_win.cc 28 CrashKeysWin* CrashKeysWin::keeper_;
30 CrashKeysWin::CrashKeysWin() : dynamic_keys_offset_(0) {
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::GetCustomInfo(const std::wstring& exe_path
    [all...]
crash_keys_win.h 27 class CrashKeysWin {
29 CrashKeysWin();
30 ~CrashKeysWin();
52 static CrashKeysWin* keeper() { return keeper_; }
72 static CrashKeysWin* keeper_;
74 DISALLOW_COPY_AND_ASSIGN(CrashKeysWin);

Completed in 80 milliseconds