HomeSort by relevance Sort by last modified time
    Searched full:clear_crash_key (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/common/
child_process_logging_win.cc 45 static ClearCrashKeyValue clear_crash_key = NULL; local
46 if (!clear_crash_key) {
50 clear_crash_key = reinterpret_cast<ClearCrashKeyValue>(
54 if (clear_crash_key)
55 (clear_crash_key)(base::UTF8ToWide(key).data());

Completed in 425 milliseconds