Searched defs:default_path (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.cc42 const FilePath& default_path,
75 SelectFileImpl(type, title, default_path, file_types, file_type_index,
40 SelectFile(Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, TabContents* source_contents, gfx::NativeWindow owning_window, void* params) argument
/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc487 FilePath default_path; local
489 non_default_path = default_path;
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
496 FilePath default_path; local
497 default_path = non_default_path;
498 EXPECT_STREQ("path", default_path.c_str());
/external/gtest/test/
H A Dgtest-filepath_test.cc487 FilePath default_path; local
489 non_default_path = default_path;
491 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
496 FilePath default_path; local
497 default_path = non_default_path;
498 EXPECT_STREQ("path", default_path.c_str());
/external/protobuf/gtest/test/
H A Dgtest-filepath_test.cc401 FilePath default_path; local
403 non_default_path = default_path;
405 EXPECT_STREQ("", default_path.c_str()); // RHS var is unchanged.
410 FilePath default_path; local
411 default_path = non_default_path;
412 EXPECT_STREQ("path", default_path.c_str());
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.cc107 const FilePath& default_path,
111 std::string json = GetArgumentsJson(type, title, default_path, file_types,
119 const FilePath& default_path) {
121 default_path, NULL, 0, FilePath::StringType());
182 const FilePath& default_path,
190 arg_value.SetString("defaultPath", default_path.value());
104 GetFileBrowserUrlWithParams( SelectFileDialog::Type type, const string16& title, const FilePath& default_path, const SelectFileDialog::FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension) argument
118 ShowFullTabUrl(Profile* profile, const FilePath& default_path) argument
179 GetArgumentsJson( SelectFileDialog::Type type, const string16& title, const FilePath& default_path, const SelectFileDialog::FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension) argument
H A Dextension_bookmarks_module.cc68 FilePath default_path; local
69 PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path);
70 return default_path.Append(filename);
836 FilePath default_path; local
838 default_path = GetDefaultFilepathForBookmarkExport();
842 // After getting the |default_path|, ask the UI to display the file dialog.
845 type, default_path));
849 FilePath default_path) {
866 default_path,
848 ShowSelectFileDialog(SelectFileDialog::Type type, FilePath default_path) argument
/external/chromium/chrome/browser/ui/views/
H A Dfile_manager_dialogs.cc122 const FilePath& default_path,
166 const FilePath& default_path,
182 default_path, file_types, file_type_index, default_extension);
163 SelectFileImpl( Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow owner_window, void* params) argument
H A Dselect_file_dialog.cc55 const FilePath& default_path,
70 const FilePath& default_path,
190 const FilePath& default_path,
223 type, title_string, default_path, file_types, file_type_index,
326 const FilePath& default_path,
336 default_path_(default_path),
187 SelectFileImpl( Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
322 FileBrowseDelegate( SelectFileDialogImpl* owner, Type type, const std::wstring& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow parent, void* params) argument
H A Dshell_dialogs_win.cc545 const FilePath& default_path,
559 const FilePath& default_path,
568 default_path(default_path),
582 FilePath default_path; member in struct:SelectFileDialogImpl::ExecuteSelectParams
650 const FilePath& default_path,
656 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path,
695 FilePath path = params.default_path;
705 params.default_path.value(), filter,
557 ExecuteSelectParams(Type type, const std::wstring& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const std::wstring& default_extension, RunState run_state, HWND owner, void* params) argument
647 SelectFileImpl( Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
/external/chromium/chrome/browser/ui/gtk/
H A 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,
220 dialog = CreateSelectFolderDialog(title_string, default_path,
224 dialog = CreateFileOpenDialog(title_string, default_path, owning_window);
227 dialog = CreateMultiFileOpenDialog(title_string, default_path,
193 SelectFileImpl( Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
348 CreateFileOpenHelper( const std::string& title, const FilePath& default_path, gfx::NativeWindow parent) argument
377 CreateSelectFolderDialog( const std::string& title, const FilePath& default_path, gfx::NativeWindow parent) argument
404 CreateFileOpenDialog( const std::string& title, const FilePath& default_path, gfx::NativeWindow parent) argument
417 CreateMultiFileOpenDialog( const std::string& title, const FilePath& default_path, gfx::NativeWindow parent) argument
430 CreateSaveAsDialog(const std::string& title, const FilePath& default_path, gfx::NativeWindow parent) argument
[all...]
/external/chromium/chrome/browser/download/
H A Ddownload_manager.cc338 const FilePath& default_path) {
345 file_util::CreateDirectory(default_path);
337 CheckIfSuggestedPathExists(DownloadCreateInfo* info, const FilePath& default_path) argument

Completed in 293 milliseconds