Searched refs:upload_log_path (Results 1 – 9 of 9) sorted by relevance
21 base::FilePath upload_log_path = in Create() local24 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() argument32 : UploadList(delegate, upload_log_path) {} in CrashUploadList()
12 const base::FilePath& upload_log_path) in CrashUploadListWin() argument13 : CrashUploadList(delegate, upload_log_path) {} in CrashUploadListWin()
24 const base::FilePath& upload_log_path) in UploadList() argument26 upload_log_path_(upload_log_path) {} in UploadList()
22 CrashUploadList(Delegate* delegate, const base::FilePath& upload_log_path);
15 CrashUploadListWin(Delegate* delegate, const base::FilePath& upload_log_path);
44 UploadList(Delegate* delegate, const base::FilePath& upload_log_path);
31 const base::FilePath& upload_log_path) in WebRtcLogUploadList() argument32 : UploadList(delegate, upload_log_path) {} in WebRtcLogUploadList()
25 const base::FilePath& upload_log_path);
59 FilePath upload_log_path = crash_dir_path.AppendASCII("uploads.log"); in LoadCrashList() local60 if (file_util::PathExists(upload_log_path)) { in LoadCrashList()62 file_util::ReadFileToString(upload_log_path, &contents); in LoadCrashList()