Searched refs:default_path (Results 1 - 25 of 43) sorted by relevance

12

/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.h28 const FilePath& default_path,
34 // |default_path|.
36 const FilePath& default_path);
48 const FilePath& default_path,
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
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dselect_file_dialog_impl_kde.cc60 const base::FilePath& default_path,
72 const base::FilePath& default_path, gfx::NativeWindow parent,
77 : type(type), title(title), default_path(default_path), parent(parent),
85 base::FilePath default_path; member in struct:libgtk2ui::SelectFileDialogImplKDE::KDialogParams
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,
71 KDialogParams(const std::string& type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, bool file_operation, bool multiple_selection, void* kdialog_params, void (SelectFileDialogImplKDE::*callback)(const std::string&, int, void*)) argument
188 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
355 CreateSelectFolderDialog( Type type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void *params) argument
374 CreateFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
390 CreateMultiFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
406 CreateSaveAsDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
[all...]
H A 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,
244 dialog = CreateSelectFolderDialog(type, title_string, default_path,
248 dialog = CreateFileOpenDialog(title_string, default_path, owning_window);
251 dialog = CreateMultiFileOpenDialog(title_string, default_path,
216 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
374 CreateFileOpenHelper( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
404 CreateSelectFolderDialog( Type type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
441 CreateFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
455 CreateMultiFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
469 CreateSaveAsDialog(const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
[all...]
H A Dselect_file_dialog_impl.h55 const base::FilePath& default_path,
/external/chromium_org/ui/shell_dialogs/gtk/
H A Dselect_file_dialog_impl_kde.cc53 const base::FilePath& default_path,
67 const base::FilePath& default_path,
77 default_path(default_path),
88 base::FilePath default_path; member in struct:__anon15340::SelectFileDialogImplKDE::KDialogParams
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,
65 KDialogParams(const std::string& type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, bool file_operation, bool multiple_selection, void* kdialog_params, void(SelectFileDialogImplKDE::* callback)(const std::string&, int, void*)) argument
172 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
335 CreateSelectFolderDialog( Type type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void *params) argument
354 CreateFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
370 CreateMultiFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
386 CreateSaveAsDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent, void* params) argument
[all...]
H A 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,
198 dialog = CreateSelectFolderDialog(type, title_string, default_path,
202 dialog = CreateFileOpenDialog(title_string, default_path, owning_window);
205 dialog = CreateMultiFileOpenDialog(title_string, default_path,
170 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
330 CreateFileOpenHelper( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
359 CreateSelectFolderDialog( Type type, const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
395 CreateFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
409 CreateMultiFileOpenDialog( const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
423 CreateSaveAsDialog(const std::string& title, const base::FilePath& default_path, gfx::NativeWindow parent) argument
[all...]
H A Dselect_file_dialog_impl.h49 const base::FilePath& default_path,
/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/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
H A Dshell_dialogs.h113 // |default_path| is the default path and suggested file name to be shown in
134 const FilePath& default_path,
156 const FilePath& default_path,
/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
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_handler.h37 void SelectFile(const FilePath& default_path);
/external/chromium_org/chrome/test/perf/
H A Dperf_ui_test_suite.cc92 base::FilePath default_path = local
94 if (!GenerateProfile(TOP_SITES, kNumURLs, default_path)) {
104 if (!base::CopyDirectory(default_path,
/external/chromium_org/ui/aura/
H A Dremote_root_window_host_win.cc85 const base::FilePath& default_path,
91 default_path,
98 const base::FilePath& default_path,
105 default_path,
112 const base::FilePath& default_path,
120 default_path,
258 const base::FilePath& default_path,
274 default_path,
280 const base::FilePath& default_path,
295 default_path,
84 HandleOpenFile(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
97 HandleOpenMultipleFiles(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
111 HandleSaveFile(const base::string16& title, const base::FilePath& default_path, const base::string16& filter, int filter_index, const base::string16& default_extension, const SaveFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
256 HandleOpenFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
278 HandleOpenMultipleFiles( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, const OpenMultipleFilesCompletion& on_success, const FileSelectionCanceled& on_failure) argument
299 HandleSaveFile( const base::string16& title, const base::FilePath& default_path, const base::string16& filter, int filter_index, const base::string16& default_extension, const SaveFileCompletion& on_success, const FileSelectionCanceled& on_failure) argument
[all...]
H A 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_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc105 const base::FilePath& default_path,
127 SelectFileImpl(type, title, default_path, file_types, file_type_index,
102 SelectFile( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
H A Dselect_file_dialog.h149 // |default_path| is the default path and suggested file name to be shown in
167 const base::FilePath& default_path,
190 const base::FilePath& default_path,
H A Dselect_file_dialog_android.h37 const base::FilePath& default_path,
H A Dselect_file_dialog_win.cc426 const base::FilePath& default_path,
440 const base::FilePath& default_path,
449 default_path(default_path),
461 base::FilePath default_path; member in struct:__anon15343::SelectFileDialogImpl::ExecuteSelectParams
540 const base::FilePath& default_path,
556 default_path, local
568 default_path, local
578 default_path, local
607 ExecuteSelectParams execute_params(type, UTF16ToWide(title), default_path,
438 ExecuteSelectParams(Type type, const std::wstring& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const std::wstring& default_extension, RunState run_state, HWND owner, void* params) argument
537 SelectFileImpl( Type type, const base::string16& title, const base::FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const base::FilePath::StringType& default_extension, gfx::NativeWindow owning_window, void* params) argument
[all...]
/external/chromium_org/win8/metro_driver/
H A Dfile_picker_ash.h28 const base::FilePath& default_path);
83 const base::FilePath& default_path,
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.h71 const base::FilePath& default_path,
/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/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc469 FilePath default_path; local
471 non_default_path = default_path;
473 EXPECT_EQ("", default_path.string()); // RHS var is unchanged.
478 FilePath default_path; local
479 default_path = non_default_path;
480 EXPECT_EQ("path", default_path.string());

Completed in 535 milliseconds

12