Home
last modified time | relevance | path

Searched refs:default_path (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dselect_file_dialog_impl_kde.cc60 const base::FilePath& default_path,
72 const base::FilePath& default_path, gfx::NativeWindow parent, in KDialogParams()
77 : type(type), title(title), default_path(default_path), parent(parent), in KDialogParams()
85 base::FilePath default_path; member
99 const base::FilePath& default_path, gfx::NativeWindow parent,
119 const base::FilePath& default_path,
123 const base::FilePath& default_path,
127 const base::FilePath& default_path,
131 const base::FilePath& default_path,
191 const base::FilePath& default_path, in SelectFileImpl() argument
[all …]
Dselect_file_dialog_impl_gtk2.cc83 const base::FilePath& default_path,
114 const base::FilePath& default_path,
118 const base::FilePath& default_path, gfx::NativeWindow parent);
121 const base::FilePath& default_path, gfx::NativeWindow parent);
124 const base::FilePath& default_path, gfx::NativeWindow parent);
145 const base::FilePath& default_path,
219 const base::FilePath& default_path, in SelectFileImpl() argument
244 dialog = CreateSelectFolderDialog(type, title_string, default_path, in SelectFileImpl()
248 dialog = CreateFileOpenDialog(title_string, default_path, owning_window); in SelectFileImpl()
251 dialog = CreateMultiFileOpenDialog(title_string, default_path, in SelectFileImpl()
[all …]
/external/chromium_org/ui/shell_dialogs/gtk/
Dselect_file_dialog_impl_kde.cc53 const base::FilePath& default_path,
67 const base::FilePath& default_path, in KDialogParams()
77 default_path(default_path), in KDialogParams()
88 base::FilePath default_path; member
104 const base::FilePath& default_path, gfx::NativeWindow parent,
125 const base::FilePath& default_path,
129 const base::FilePath& default_path,
133 const base::FilePath& default_path,
137 const base::FilePath& default_path,
175 const base::FilePath& default_path, in SelectFileImpl() argument
[all …]
Dselect_file_dialog_impl_gtk.cc53 const base::FilePath& default_path,
81 const base::FilePath& default_path,
85 const base::FilePath& default_path, gfx::NativeWindow parent);
88 const base::FilePath& default_path, gfx::NativeWindow parent);
91 const base::FilePath& default_path, gfx::NativeWindow parent);
112 const base::FilePath& default_path,
173 const base::FilePath& default_path, in SelectFileImpl() argument
198 dialog = CreateSelectFolderDialog(type, title_string, default_path, in SelectFileImpl()
202 dialog = CreateFileOpenDialog(title_string, default_path, owning_window); in SelectFileImpl()
205 dialog = CreateMultiFileOpenDialog(title_string, default_path, in SelectFileImpl()
[all …]
/external/chromium/chrome/browser/ui/gtk/
Ddialogs_gtk.cc46 const FilePath& default_path,
71 const FilePath& default_path, gfx::NativeWindow parent);
74 const FilePath& default_path, gfx::NativeWindow parent);
77 const FilePath& default_path, gfx::NativeWindow parent);
80 const FilePath& default_path, gfx::NativeWindow parent);
101 const FilePath& default_path,
196 const FilePath& default_path, in SelectFileImpl() argument
220 dialog = CreateSelectFolderDialog(title_string, default_path, in SelectFileImpl()
224 dialog = CreateFileOpenDialog(title_string, default_path, owning_window); in SelectFileImpl()
227 dialog = CreateMultiFileOpenDialog(title_string, default_path, in SelectFileImpl()
[all …]
/external/chromium/chrome/browser/extensions/
Dfile_manager_util.h28 const FilePath& default_path,
36 const FilePath& default_path);
48 const FilePath& default_path,
Dfile_manager_util.cc107 const FilePath& default_path, in GetFileBrowserUrlWithParams() argument
111 std::string json = GetArgumentsJson(type, title, default_path, file_types, in GetFileBrowserUrlWithParams()
119 const FilePath& default_path) { in ShowFullTabUrl() argument
121 default_path, NULL, 0, FilePath::StringType()); in ShowFullTabUrl()
182 const FilePath& default_path, in GetArgumentsJson() argument
190 arg_value.SetString("defaultPath", default_path.value()); in GetArgumentsJson()
/external/chromium_org/ui/aura/
Dremote_root_window_host_win.cc85 const base::FilePath& default_path, in HandleOpenFile() argument
91 default_path, in HandleOpenFile()
98 const base::FilePath& default_path, in HandleOpenMultipleFiles() argument
105 default_path, in HandleOpenMultipleFiles()
112 const base::FilePath& default_path, in HandleSaveFile() argument
120 default_path, in HandleSaveFile()
258 const base::FilePath& default_path, in HandleOpenFile() argument
274 default_path, in HandleOpenFile()
280 const base::FilePath& default_path, in HandleOpenMultipleFiles() argument
295 default_path, in HandleOpenMultipleFiles()
[all …]
Dremote_root_window_host_win.h54 const base::FilePath& default_path,
64 const base::FilePath& default_path,
73 const base::FilePath& default_path,
131 const base::FilePath& default_path,
137 const base::FilePath& default_path,
143 const base::FilePath& default_path,
/external/chromium/chrome/browser/ui/views/
Dfile_manager_dialogs.cc122 const FilePath& default_path,
166 const FilePath& default_path, in SelectFileImpl() argument
182 default_path, file_types, file_type_index, default_extension); in SelectFileImpl()
Dselect_file_dialog.cc55 const FilePath& default_path,
70 const FilePath& default_path,
190 const FilePath& default_path, in SelectFileImpl() argument
223 type, title_string, default_path, file_types, file_type_index, in SelectFileImpl()
326 const FilePath& default_path, in FileBrowseDelegate() argument
336 default_path_(default_path), in FileBrowseDelegate()
Dshell_dialogs_win.cc545 const FilePath& default_path,
559 const FilePath& default_path, in ExecuteSelectParams()
568 default_path(default_path), in ExecuteSelectParams()
582 FilePath default_path; member
650 const FilePath& default_path, in SelectFileImpl() argument
656 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path, in SelectFileImpl()
695 FilePath path = params.default_path; in ExecuteSelectFile()
705 params.default_path.value(), filter, in ExecuteSelectFile()
/external/chromium_org/chrome/test/perf/
Dperf_ui_test_suite.cc92 base::FilePath default_path = in Initialize() local
94 if (!GenerateProfile(TOP_SITES, kNumURLs, default_path)) { in Initialize()
104 if (!base::CopyDirectory(default_path, in Initialize()
/external/chromium/chrome/browser/ui/
Dshell_dialogs.cc42 const FilePath& default_path, in SelectFile() argument
75 SelectFileImpl(type, title, default_path, file_types, file_type_index, in SelectFile()
Dshell_dialogs.h134 const FilePath& default_path,
156 const FilePath& default_path,
/external/chromium_org/ui/shell_dialogs/
Dselect_file_dialog_win.cc426 const base::FilePath& default_path,
440 const base::FilePath& default_path, in ExecuteSelectParams()
449 default_path(default_path), in ExecuteSelectParams()
461 base::FilePath default_path; member
540 const base::FilePath& default_path, in SelectFileImpl() argument
556 default_path, in SelectFileImpl()
568 default_path, in SelectFileImpl()
578 default_path, in SelectFileImpl()
607 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path, in SelectFileImpl()
642 base::FilePath path = params.default_path; in ExecuteSelectFile()
[all …]
Dselect_file_dialog.h167 const base::FilePath& default_path,
190 const base::FilePath& default_path,
Dselect_file_dialog_mac.mm86 const base::FilePath& default_path,
174 const base::FilePath& default_path,
200 if (!default_path.empty()) {
204 if (base::DirectoryExists(default_path)) {
205 default_dir = base::SysUTF8ToNSString(default_path.value());
207 default_dir = base::SysUTF8ToNSString(default_path.DirName().value());
209 base::SysUTF8ToNSString(default_path.BaseName().value());
276 default_path.RemoveFinalExtension().FinalExtension();
Dselect_file_dialog.cc105 const base::FilePath& default_path, in SelectFile() argument
127 SelectFileImpl(type, title, default_path, file_types, file_type_index, in SelectFile()
/external/protobuf/gtest/test/
Dgtest-filepath_test.cc401 FilePath default_path; in TEST() local
403 non_default_path = default_path; in TEST()
405 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged. in TEST()
410 FilePath default_path; in TEST() local
411 default_path = non_default_path; in TEST()
412 EXPECT_STREQ("path", default_path.c_str()); in TEST()
/external/chromium_org/win8/metro_driver/
Dfile_picker_ash.h28 const base::FilePath& default_path);
83 const base::FilePath& default_path,
/external/chromium/chrome/browser/ui/cocoa/
Dshell_dialogs_mac.mm77 const FilePath& default_path,
142 const FilePath& default_path,
167 if (!default_path.empty()) {
171 if (file_util::DirectoryExists(default_path)) {
172 default_dir = base::SysUTF8ToNSString(default_path.value());
174 default_dir = base::SysUTF8ToNSString(default_path.DirName().value());
176 base::SysUTF8ToNSString(default_path.BaseName().value());
/external/chromium_org/testing/gtest/test/
Dgtest-filepath_test.cc469 FilePath default_path; in TEST() local
471 non_default_path = default_path; in TEST()
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged. in TEST()
478 FilePath default_path; in TEST() local
479 default_path = non_default_path; in TEST()
480 EXPECT_EQ("path", default_path.string()); in TEST()
/external/gtest/test/
Dgtest-filepath_test.cc487 FilePath default_path; in TEST() local
489 non_default_path = default_path; in TEST()
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged. in TEST()
496 FilePath default_path; in TEST() local
497 default_path = non_default_path; in TEST()
498 EXPECT_STREQ("path", default_path.c_str()); in TEST()
/external/chromium/testing/gtest/test/
Dgtest-filepath_test.cc487 FilePath default_path; in TEST() local
489 non_default_path = default_path; in TEST()
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged. in TEST()
496 FilePath default_path; in TEST() local
497 default_path = non_default_path; in TEST()
498 EXPECT_STREQ("path", default_path.c_str()); in TEST()

12