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

  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 41 const unsigned kCrashContextSize = sizeof(ExceptionHandler::CrashContext);
125 char* crash_context = new char[kCrashContextSize];
136 kCrashContextSize +
144 iov[0].iov_len = kCrashContextSize;
177 << " kCrashContextSize:" << kCrashContextSize
335 kCrashContextSize)) {
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 51 const unsigned kCrashContextSize = sizeof(ExceptionHandler::CrashContext);
148 char* crash_context = new char[kCrashContextSize];
168 kCrashContextSize +
178 iov[0].iov_len = kCrashContextSize;
215 << " kCrashContextSize:" << kCrashContextSize
390 kCrashContextSize,

Completed in 3587 milliseconds