Home
last modified time | relevance | path

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

/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()
Dextension_bookmarks_module.cc68 FilePath default_path; in GetDefaultFilepathForBookmarkExport() local
69 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path); in GetDefaultFilepathForBookmarkExport()
70 return default_path.Append(filename); in GetDefaultFilepathForBookmarkExport()
836 FilePath default_path; in SelectFile() local
838 default_path = GetDefaultFilepathForBookmarkExport(); in SelectFile()
845 type, default_path)); in SelectFile()
849 FilePath default_path) { in ShowSelectFileDialog() argument
866 default_path, in ShowSelectFileDialog()
Dextension_bookmarks_module.h213 void ShowSelectFileDialog(SelectFileDialog::Type type, 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/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/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/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/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/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()
/external/bluetooth/bluez/test/
Dagent.c586 char match_string[128], default_path[128], *adapter_id = NULL; in main() local
590 snprintf(default_path, sizeof(default_path), in main()
637 agent_path = strdup(default_path); in main()
/external/chromium/chrome/browser/ui/webui/
Dprint_preview_handler.h37 void SelectFile(const FilePath& default_path);
/external/chromium/chrome/browser/download/
Ddownload_manager.h280 const FilePath& default_path);
Ddownload_manager.cc338 const FilePath& default_path) { in CheckIfSuggestedPathExists() argument
345 file_util::CreateDirectory(default_path); in CheckIfSuggestedPathExists()