HomeSort by relevance Sort by last modified time
    Searched refs:FileSelected (Results 26 - 50 of 84) sorted by null

12 3 4

  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.h 61 virtual void FileSelected(const base::FilePath& path,
64 // Similar to FileSelected() but takes SelectedFileInfo instead of
67 // If not overridden, calls FileSelected() with path from |file|.
select_file_dialog_android.cc 31 listener_->FileSelected(base::FilePath(path), 0, NULL);
select_file_dialog.cc 52 FileSelected(file.local_path, index, params);
select_file_dialog_win.cc 475 void FileSelected(const base::FilePath& path, int index,
559 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
569 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
594 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
679 base::Bind(&SelectFileDialogImpl::FileSelected, this, path,
689 void SelectFileDialogImpl::FileSelected(const base::FilePath& selected_folder,
694 listener_->FileSelected(selected_folder, index, params);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 279 virtual void FileSelected(const base::FilePath& path, int index, void* params) = 0;
305 virtual void FileSelected(const base::FilePath& path,
321 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h 289 virtual void FileSelected(const base::FilePath& path) = 0;
305 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
320 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_kde.cc 105 void FileSelected(const base::FilePath& path, void* params);
327 void SelectFileDialogImplKDE::FileSelected(const base::FilePath& path,
339 listener_->FileSelected(path, 1, params);
432 FileSelected(path, params);
439 FileSelected(path, params);
select_file_dialog_impl_gtk2.cc 100 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
336 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog,
351 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
558 FileSelected(dialog, path);
565 FileSelected(dialog, path);
  /external/chromium_org/ui/shell_dialogs/gtk/
select_file_dialog_impl_kde.cc 112 void FileSelected(const base::FilePath& path, void* params);
307 void SelectFileDialogImplKDE::FileSelected(const base::FilePath& path,
319 listener_->FileSelected(path, 1, params);
412 FileSelected(path, params);
419 FileSelected(path, params);
select_file_dialog_impl_gtk.cc 67 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
292 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog,
307 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
514 FileSelected(dialog, path);
521 FileSelected(dialog, path);
  /external/chromium/chrome/browser/extensions/
extensions_ui.h 150 virtual void FileSelected(const FilePath& path,
  /external/chromium_org/chrome/browser/
file_select_helper.h 87 virtual void FileSelected(
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 46 virtual void FileSelected(const base::FilePath& path,
browser_options_handler.h 81 virtual void FileSelected(const base::FilePath& path,
media_galleries_handler.cc 148 void MediaGalleriesHandler::FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/ui/webui/print_preview/
print_preview_handler.h 51 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/download/
save_package_file_picker.cc 159 // then you risk breaking FileSelected()'s use of |index|.
215 // Go through FileSelected() for consistency.
216 FileSelected(suggested_path_copy, file_type_index, NULL);
227 void SavePackageFilePicker::FileSelected(
  /external/chromium_org/chrome/browser/ui/
certificate_dialogs.cc 72 virtual void FileSelected(const base::FilePath& path,
112 void Exporter::FileSelected(const base::FilePath& path, int index,
  /external/chromium/chrome/browser/ui/gtk/
dialogs_gtk.cc 59 void FileSelected(GtkWidget* dialog, const FilePath& path);
307 void SelectFileDialogImpl::FileSelected(GtkWidget* dialog,
322 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
517 FileSelected(dialog, path);
524 FileSelected(dialog, path);
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 60 void FileSelected(const FilePath& path, int index, void* params) {
61 download_manager_->FileSelected(path, index, params);
382 FileSelected(new_path, i, info);
384 FileSelected(new_path, i, info);
save_package.h 147 virtual void FileSelected(const FilePath& path, int index, void* params);
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.cc 155 void ChangePictureOptionsHandler::FileSelected(const FilePath& path,
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 189 virtual void FileSelected(const FilePath& path,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_handler.h 108 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 121 virtual void FileSelected(const base::FilePath& path,
222 void FileSelectorImpl::FileSelected(

Completed in 1843 milliseconds

12 3 4