HomeSort by relevance Sort by last modified time
    Searched refs:SelectFile (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 6 // fileBrowserHandlerInternal.selectFile extension function.
60 namespace SelectFile =
61 extensions::api::file_browser_handler_internal::SelectFile;
89 // When |SelectFile| is invoked, it will show save as dialog and listen for user
92 // SelectFile should be called only once, because the class instance takes
114 virtual void SelectFile(
169 void FileSelectorImpl::SelectFile(
211 dialog_->SelectFile(ui::SelectFileDialog::SELECT_SAVEAS_FILE,
288 scoped_ptr<SelectFile::Params> params(SelectFile::Params::Create(*args_))
    [all...]
file_browser_handler_api.h 5 // File contains the fileBrowserHandlerInternal.selectFile extension function.
53 // |SelectFile| will be called at most once by a single extension function.
56 virtual void SelectFile(
81 // The fileBrowserHandlerInternal.selectFile extension function implementation.
142 DECLARE_EXTENSION_FUNCTION("fileBrowserHandlerInternal.selectFile",
private_api_dialog.cc 36 using extensions::api::file_manager_private::SelectFile::Params;
file_browser_handler_api_test.cc 68 // When |SelectFile| is called, it will check that file name suggestion is as
86 virtual void SelectFile(
189 // whenever an extension function for fileBrowserHandlerInternal.selectFile
232 // End to end test that verifies that fileBrowserHandler.selectFile works as
235 // The extension will invoke fileBrowserHandler.selectFile function twice.
265 "fileBrowserHandlerInternal.selectFile",
300 // Tests that verifies the fileBrowserHandlerInternal.selectFile function fails
319 // Tests that checks that the fileHandlerInternal.selectFile function returns
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.cc 58 select_file_dialog_->SelectFile(picker_type,
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc 53 select_file_dialog_->SelectFile(ui::SelectFileDialog::SELECT_OPEN_FILE,
88 // Tests if SelectFileDialog::SelectFile returns asynchronously with
certificate_dialogs.cc 189 select_file_dialog->SelectFile(
  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 82 select_file_dialog_->SelectFile(ui::SelectFileDialog::SELECT_SAVEAS_FILE,
save_package_file_picker.cc 211 select_file_dialog_->SelectFile(
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.h 59 // SelectFile. |index| specifies the index of the filter passed to the
60 // the initial call to SelectFile.
74 // files are in |files|. |params| is contextual passed to SelectFile.
88 // |params| is contextual passed to SelectFile.
165 void SelectFile(Type type,
185 // and gets called from SelectFile after testing the
select_file_dialog.cc 98 void SelectFileDialog::SelectFile(
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_browsertest.cc 150 dialog_->SelectFile(dialog_type,
181 second_dialog_->SelectFile(ui::SelectFileDialog::SELECT_OPEN_FILE,
230 // Before we call SelectFile, dialog is not running/visible.
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 737 void BookmarksIOFunction::SelectFile(ui::SelectFileDialog::Type type) {
742 base::Bind(&BookmarksIOFunction::SelectFile, this, type));
789 select_file_dialog_->SelectFile(type,
800 Release(); // Balanced in BookmarksIOFunction::SelectFile()
805 Release(); // Balanced in BookmarsIOFunction::SelectFile()
812 SelectFile(ui::SelectFileDialog::SELECT_OPEN_FILE);
831 Release(); // Balanced in BookmarksIOFunction::SelectFile()
835 SelectFile(ui::SelectFileDialog::SELECT_SAVEAS_FILE);
843 Release(); // Balanced in BookmarksIOFunction::SelectFile()
bookmarks_api.h 315 void SelectFile(ui::SelectFileDialog::Type type);
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_loader_handler.cc 109 load_extension_dialog_->SelectFile(
pack_extension_handler.cc 189 load_extension_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 269 select_file_dialog_->SelectFile(ui::SelectFileDialog::SELECT_OPEN_FILE,
certificate_manager_handler.cc 54 // Enumeration of different callers of SelectFile. (Start counting at 1 so
55 // if SelectFile is accidentally called with params=NULL it won't match any.)
624 select_file_dialog_->SelectFile(
716 select_file_dialog_->SelectFile(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 72 void SelectFile(const base::FilePath& default_path);
print_preview_handler.cc     [all...]
  /external/chromium_org/content/browser/media/
webrtc_internals.cc 54 // default file name). See SelectFileDialog::SelectFile. On Android where
241 select_file_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 78 select_file_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/
file_select_helper.cc 404 select_file_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc 204 select_file_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.cc 217 select_folder_dialog_->SelectFile(

Completed in 1155 milliseconds

1 2