Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dselect_file_dialog_impl_kde.cc65 const base::FilePath& default_path,
77 const base::FilePath& default_path, XID parent, in KDialogParams()
83 : type(type), title(title), default_path(default_path), parent(parent), in KDialogParams()
91 base::FilePath default_path; member
106 const base::FilePath& default_path, XID parent,
126 const base::FilePath& default_path,
130 const base::FilePath& default_path,
134 const base::FilePath& default_path,
138 const base::FilePath& default_path,
215 const base::FilePath& default_path, in SelectFileImpl() argument
[all …]
Dselect_file_dialog_impl_gtk2.cc65 const base::FilePath& default_path,
96 const base::FilePath& default_path,
100 const base::FilePath& default_path, gfx::NativeWindow parent);
103 const base::FilePath& default_path, gfx::NativeWindow parent);
106 const base::FilePath& default_path, gfx::NativeWindow parent);
127 const base::FilePath& default_path,
220 const base::FilePath& default_path, in SelectFileImpl() argument
245 dialog = CreateSelectFolderDialog(type, title_string, default_path, in SelectFileImpl()
249 dialog = CreateFileOpenDialog(title_string, default_path, owning_window); in SelectFileImpl()
252 dialog = CreateMultiFileOpenDialog(title_string, default_path, in SelectFileImpl()
[all …]
Dselect_file_dialog_impl.h54 const base::FilePath& default_path,
/external/chromium_org/win8/viewer/
Dmetro_viewer_process_host.cc178 const base::FilePath& default_path, in HandleOpenFile() argument
183 instance_->HandleOpenFileImpl(title, default_path, filter, on_success, in HandleOpenFile()
191 const base::FilePath& default_path, in HandleOpenMultipleFiles() argument
196 instance_->HandleOpenMultipleFilesImpl(title, default_path, filter, in HandleOpenMultipleFiles()
204 const base::FilePath& default_path, in HandleSaveFile() argument
211 instance_->HandleSaveFileImpl(title, default_path, filter, filter_index, in HandleSaveFile()
227 const base::FilePath& default_path, in HandleOpenFileImpl() argument
238 Send(new MetroViewerHostMsg_DisplayFileOpen(title, filter, default_path, in HandleOpenFileImpl()
244 const base::FilePath& default_path, in HandleOpenMultipleFilesImpl() argument
254 Send(new MetroViewerHostMsg_DisplayFileOpen(title, filter, default_path, in HandleOpenMultipleFilesImpl()
[all …]
Dmetro_viewer_process_host.h87 const base::FilePath& default_path,
97 const base::FilePath& default_path,
106 const base::FilePath& default_path,
132 const base::FilePath& default_path,
138 const base::FilePath& default_path,
143 const base::FilePath& default_path,
/external/chromium_org/chrome/browser/ui/views/
Dselect_file_dialog_extension.cc322 const base::FilePath& default_path, in SelectFileImpl() argument
354 base::FilePath selection_path = default_path.IsAbsolute() ? in SelectFileImpl()
355 default_path : download_default_path.Append(default_path.BaseName()); in SelectFileImpl()
373 fallback_path.Append(default_path.BaseName()), in SelectFileImpl()
407 default_path.BaseName().value(), in SelectFileImpl()
Dselect_file_dialog_extension.h71 const base::FilePath& default_path,
/external/chromium_org/ui/shell_dialogs/
Dselect_file_dialog_win.cc424 const base::FilePath& default_path,
438 const base::FilePath& default_path, in ExecuteSelectParams()
447 default_path(default_path), in ExecuteSelectParams()
459 base::FilePath default_path; member
539 const base::FilePath& default_path, in SelectFileImpl() argument
554 default_path, in SelectFileImpl()
566 default_path, in SelectFileImpl()
576 default_path, in SelectFileImpl()
604 default_path, file_types, file_type_index, in SelectFileImpl()
634 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.cc102 const base::FilePath& default_path, in SelectFile() argument
124 SelectFileImpl(type, title, default_path, file_types, file_type_index, in SelectFile()
Dselect_file_dialog_android.h37 const base::FilePath& default_path,
Dselect_file_dialog_android.cc63 const base::FilePath& default_path, in SelectFileImpl() argument
/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,
Dfile_picker_ash.cc87 const base::FilePath& default_path) in FilePickerSessionBase() argument
91 default_path_(default_path), in FilePickerSessionBase()
122 const base::FilePath& default_path, in OpenFilePickerSession() argument
124 : FilePickerSessionBase(app_view, title, filter, default_path), in OpenFilePickerSession()
Dchrome_app_view_ash.h79 const base::FilePath& default_path,
/external/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/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/chromium_org/chrome/browser/extensions/api/bookmarks/
Dbookmarks_api.cc100 base::FilePath default_path; in GetDefaultFilepathForBookmarkExport() local
101 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path); in GetDefaultFilepathForBookmarkExport()
102 return default_path.Append(filename); in GetDefaultFilepathForBookmarkExport()
1015 base::FilePath default_path; in SelectFile() local
1017 default_path = GetDefaultFilepathForBookmarkExport(); in SelectFile()
1024 type, default_path)); in SelectFile()
1029 const base::FilePath& default_path) { in ShowSelectFileDialog() argument
1058 default_path, in ShowSelectFileDialog()
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_permission_controller.cc210 base::FilePath default_path = in DidClickAuxiliaryButton() local
213 if (default_path.empty()) in DidClickAuxiliaryButton()
214 PathService::Get(base::DIR_USER_DESKTOP, &default_path); in DidClickAuxiliaryButton()
220 default_path, in DidClickAuxiliaryButton()
/external/chromium_org/chrome/browser/download/
Ddownload_path_reservation_tracker.cc349 const base::FilePath& default_path, in GetReservedPath() argument
366 default_path, in GetReservedPath()
/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h158 const char *default_path);
/external/chromium_org/chrome/browser/devtools/
Ddevtools_file_helper.cc76 const base::FilePath& default_path) { in Show() argument
81 default_path, in Show()
/external/chromium_org/chrome/browser/ui/webui/print_preview/
Dprint_preview_handler.h64 void SelectFile(const base::FilePath& default_path);

12