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

  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h 82 bool RequestUpload(DWORD crash_id);
crash_generation_client.cc 195 bool CrashGenerationClient::RequestUpload(DWORD crash_id) {
  /external/google-breakpad/src/client/windows/handler/
exception_handler.h 228 bool RequestUpload(DWORD crash_id);
exception_handler.cc 379 bool ExceptionHandler::RequestUpload(DWORD crash_id) {
380 return crash_generation_client_->RequestUpload(crash_id);
    [all...]

Completed in 68 milliseconds