OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:default_download_path
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h
59
//
default_download_path
|.
90
const base::FilePath&
default_download_path
,
download_prefs.cc
161
const base::FilePath&
default_download_path
= GetDefaultDownloadDirectory();
local
164
default_download_path
,
168
default_download_path
,
176
default_download_path
));
download_path_reservation_tracker.cc
145
// - Creates directory |
default_download_path
| if it doesn't exist.
155
const base::FilePath&
default_download_path
,
184
(!
default_download_path
.empty() &&
185
(
default_download_path
== target_dir)))) {
download_path_reservation_tracker_unittest.cc
84
const base::FilePath&
default_download_path
() const {
function in class:__anon4577::DownloadPathReservationTrackerTest
133
return
default_download_path
().Append(suffix).NormalizePathSeparators();
156
default_download_path
(),
598
file_util::GetMaximumPathComponentLength(
default_download_path
());
633
file_util::GetMaximumPathComponentLength(
default_download_path
());
673
file_util::GetMaximumPathComponentLength(
default_download_path
());
chrome_download_manager_delegate_unittest.cc
157
const base::FilePath&
default_download_path
() const;
290
const base::FilePath& ChromeDownloadManagerDelegateTest::
default_download_path
()
function in class:__anon4567::ChromeDownloadManagerDelegateTest
387
base::FilePath existing_path =
default_download_path
().AppendASCII("foo");
389
default_download_path
().AppendASCII("bar");
/external/chromium/chrome/browser/download/
download_prefs.cc
55
const FilePath&
default_download_path
=
local
58
default_download_path
);
64
NewRunnableFunction(&file_util::CreateDirectory,
default_download_path
));
75
default_download_path
);
/external/chromium_org/content/shell/browser/
shell_download_manager_delegate.h
35
const base::FilePath&
default_download_path
);
shell_download_manager_delegate.cc
206
const base::FilePath&
default_download_path
) {
207
default_download_path_ =
default_download_path
;
/external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc
166
FilePath
default_download_path
;
local
168
&
default_download_path
)) {
172
localized_strings.SetString("downloadpath",
default_download_path
.value());
Completed in 65 milliseconds