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

  /external/chromium_org/chrome/common/
child_process_logging_win.cc 29 static SetCrashKeyValue set_crash_key = NULL; local
30 if (!set_crash_key) {
34 set_crash_key = reinterpret_cast<SetCrashKeyValue>(
38 if (set_crash_key) {
39 (set_crash_key)(base::UTF8ToWide(key).data(),

Completed in 56 milliseconds