Home
last modified time | relevance | path

Searched refs:upload_log_path (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/
Dcrash_upload_list.cc21 base::FilePath upload_log_path = in Create() local
24 return new CrashUploadListWin(delegate, upload_log_path); in Create()
26 return new CrashUploadList(delegate, upload_log_path); in Create()
31 const base::FilePath& upload_log_path) in CrashUploadList() argument
32 : UploadList(delegate, upload_log_path) {} in CrashUploadList()
Dcrash_upload_list_win.cc12 const base::FilePath& upload_log_path) in CrashUploadListWin() argument
13 : CrashUploadList(delegate, upload_log_path) {} in CrashUploadListWin()
Dupload_list.cc24 const base::FilePath& upload_log_path) in UploadList() argument
26 upload_log_path_(upload_log_path) {} in UploadList()
Dcrash_upload_list.h22 CrashUploadList(Delegate* delegate, const base::FilePath& upload_log_path);
Dcrash_upload_list_win.h15 CrashUploadListWin(Delegate* delegate, const base::FilePath& upload_log_path);
Dupload_list.h44 UploadList(Delegate* delegate, const base::FilePath& upload_log_path);
/external/chromium_org/chrome/browser/media/
Dwebrtc_log_upload_list.cc31 const base::FilePath& upload_log_path) in WebRtcLogUploadList() argument
32 : UploadList(delegate, upload_log_path) {} in WebRtcLogUploadList()
Dwebrtc_log_upload_list.h25 const base::FilePath& upload_log_path);
/external/chromium/chrome/browser/
Dcrash_upload_list.cc59 FilePath upload_log_path = crash_dir_path.AppendASCII("uploads.log"); in LoadCrashList() local
60 if (file_util::PathExists(upload_log_path)) { in LoadCrashList()
62 file_util::ReadFileToString(upload_log_path, &contents); in LoadCrashList()