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

1 2

  /external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.h 21 virtual void FileSelected(const base::FilePath& path) = 0;
46 virtual void FileSelected(const base::FilePath& path,
entry_picker.cc 46 &EntryPicker::FileSelected,
70 void EntryPicker::FileSelected(const base::FilePath& path,
73 client_->FileSelected(path);
developer_private_api.h 327 virtual void FileSelected(const base::FilePath& path) = 0;
343 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
358 virtual void FileSelected(const base::FilePath& path) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_unittest.cc 49 virtual void FileSelected(const base::FilePath& path,
79 virtual void FileSelected(const base::FilePath& path,
89 TEST_F(SelectFileDialogExtensionTest, FileSelected) {
  /external/chromium_org/chrome/browser/download/
download_file_picker.h 51 virtual void FileSelected(const base::FilePath& path,
save_package_file_picker.h 35 virtual void FileSelected(const base::FilePath& path,
download_file_picker.cc 102 void DownloadFilePicker::FileSelected(const base::FilePath& path,
save_package_file_picker.cc 222 // Go through FileSelected() for consistency.
223 FileSelected(suggested_path_copy, file_type_index, NULL);
234 void SavePackageFilePicker::FileSelected(
  /external/chromium_org/chrome/browser/ui/webui/options/
import_data_handler.h 51 virtual void FileSelected(const base::FilePath& path,
certificate_manager_handler.h 42 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc 65 virtual void FileSelected(const base::FilePath& path,
certificate_dialogs.cc 75 virtual void FileSelected(const base::FilePath& path,
128 void Exporter::FileSelected(const base::FilePath& path, int index,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h 45 virtual void FileSelected(const base::FilePath& path,
extension_loader_handler.cc 62 virtual void FileSelected(const base::FilePath& path,
122 void ExtensionLoaderHandler::FileHelper::FileSelected(
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
change_picture_options_handler.h 102 virtual void FileSelected(
  /external/chromium_org/content/browser/media/
webrtc_internals.h 124 virtual void FileSelected(const base::FilePath& path,
webrtc_aecdump_browsertest.cc 67 // the dialog callback FileSelected() is invoked directly. In fact, there's
86 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
144 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
194 WebRTCInternals::GetInstance()->FileSelected(dump_file, -1, NULL);
  /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.cc 49 FileSelected(file.local_path, index, params);
select_file_dialog_win.cc 252 void FileSelected(const base::FilePath& path, int index,
343 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
353 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
378 base::Bind(&ui::SelectFileDialog::Listener::FileSelected,
458 base::Bind(&SelectFileDialogImpl::FileSelected, this, path,
546 void SelectFileDialogImpl::FileSelected(const base::FilePath& selected_folder,
551 listener_->FileSelected(selected_folder, index, params);
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 308 virtual void FileSelected(const base::FilePath& path, int index, void* params) = 0;
334 virtual void FileSelected(const base::FilePath& path,
350 virtual void FileSelected(const base::FilePath& path,
  /external/chromium_org/chrome/browser/
file_select_helper.h 87 virtual void FileSelected(
  /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(
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
select_file_dialog_impl_gtk2.cc 83 void FileSelected(GtkWidget* dialog, const base::FilePath& path);
343 void SelectFileDialogImplGTK::FileSelected(GtkWidget* dialog,
360 listener_->FileSelected(path, idx + 1, PopParamsForDialog(dialog));
566 FileSelected(dialog, path);
573 FileSelected(dialog, path);
select_file_dialog_impl_kde.cc 112 void FileSelected(const base::FilePath& path, void* params);
350 void SelectFileDialogImplKDE::FileSelected(const base::FilePath& path,
362 listener_->FileSelected(path, 1, params);
455 FileSelected(path, params);
462 FileSelected(path, params);

Completed in 228 milliseconds

1 2