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_browser_private::SelectFile::Params;
file_browser_handler_api_test.cc 67 // When |SelectFile| is called, it will check that file name suggestion is as
85 virtual void SelectFile(
188 // whenever an extension function for fileBrowserHandlerInternal.selectFile
231 // End to end test that verifies that fileBrowserHandler.selectFile works as
234 // The extension will invoke fileBrowserHandler.selectFile function twice.
264 "fileBrowserHandlerInternal.selectFile",
299 // Tests that verifies the fileBrowserHandlerInternal.selectFile function fails
318 // 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 175 select_file_dialog->SelectFile(
  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 84 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 99 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.h 332 void SelectFile(ui::SelectFileDialog::Type type);
bookmarks_api.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_loader_handler.cc 108 load_extension_dialog_->SelectFile(
pack_extension_handler.cc 190 load_extension_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.cc 264 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 64 void SelectFile(const base::FilePath& default_path);
print_preview_handler.cc     [all...]
  /external/chromium_org/content/browser/media/
webrtc_internals.cc 48 // default file name). See SelectFileDialog::SelectFile. On Android where
231 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 198 select_file_dialog_->SelectFile(
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.cc 217 select_folder_dialog_->SelectFile(

Completed in 3125 milliseconds

1 2