OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:upload_log_path
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/
crash_upload_list.cc
21
base::FilePath
upload_log_path
=
local
24
return new CrashUploadListWin(delegate,
upload_log_path
);
26
return new CrashUploadList(delegate,
upload_log_path
);
31
const base::FilePath&
upload_log_path
)
32
: UploadList(delegate,
upload_log_path
) {}
crash_upload_list.h
22
CrashUploadList(Delegate* delegate, const base::FilePath&
upload_log_path
);
crash_upload_list_win.h
15
CrashUploadListWin(Delegate* delegate, const base::FilePath&
upload_log_path
);
upload_list.h
44
UploadList(Delegate* delegate, const base::FilePath&
upload_log_path
);
crash_upload_list_win.cc
12
const base::FilePath&
upload_log_path
)
13
: CrashUploadList(delegate,
upload_log_path
) {}
upload_list.cc
24
const base::FilePath&
upload_log_path
)
26
upload_log_path_(
upload_log_path
) {}
/external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.cc
31
const base::FilePath&
upload_log_path
)
32
: UploadList(delegate,
upload_log_path
) {}
webrtc_log_upload_list.h
23
// |
upload_log_path
| is the full path to the file to read the list from.
25
const base::FilePath&
upload_log_path
);
/external/chromium/chrome/browser/
crash_upload_list.cc
59
FilePath
upload_log_path
= crash_dir_path.AppendASCII("uploads.log");
local
60
if (file_util::PathExists(
upload_log_path
)) {
62
file_util::ReadFileToString(
upload_log_path
, &contents);
Completed in 304 milliseconds