/external/chromium/chrome/browser/ui/gtk/ |
D | dialogs_gtk.cc | 46 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/ |
D | file_manager_util.h | 28 const FilePath& default_path, 36 const FilePath& default_path); 48 const FilePath& default_path,
|
D | file_manager_util.cc | 107 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()
|
D | extension_bookmarks_module.cc | 68 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()
|
D | extension_bookmarks_module.h | 213 void ShowSelectFileDialog(SelectFileDialog::Type type, FilePath default_path);
|
/external/chromium/chrome/browser/ui/views/ |
D | file_manager_dialogs.cc | 122 const FilePath& default_path, 166 const FilePath& default_path, in SelectFileImpl() argument 182 default_path, file_types, file_type_index, default_extension); in SelectFileImpl()
|
D | select_file_dialog.cc | 55 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()
|
D | shell_dialogs_win.cc | 545 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/ |
D | shell_dialogs.cc | 42 const FilePath& default_path, in SelectFile() argument 75 SelectFileImpl(type, title, default_path, file_types, file_type_index, in SelectFile()
|
D | shell_dialogs.h | 134 const FilePath& default_path, 156 const FilePath& default_path,
|
/external/gtest/test/ |
D | gtest-filepath_test.cc | 401 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/ |
D | gtest-filepath_test.cc | 401 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/ |
D | shell_dialogs_mac.mm | 77 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/ |
D | gtest-filepath_test.cc | 487 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/ |
D | agent.c | 586 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/ |
D | print_preview_handler.h | 37 void SelectFile(const FilePath& default_path);
|
/external/chromium/chrome/browser/download/ |
D | download_manager.h | 280 const FilePath& default_path);
|
D | download_manager.cc | 338 const FilePath& default_path) { in CheckIfSuggestedPathExists() argument 345 file_util::CreateDirectory(default_path); in CheckIfSuggestedPathExists()
|