/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
entry_picker.h | 21 virtual void FileSelected(const base::FilePath& path) = 0; 47 virtual void FileSelected(const base::FilePath& path,
|
entry_picker.cc | 47 &EntryPicker::FileSelected, 71 void EntryPicker::FileSelected(const base::FilePath& path, 74 client_->FileSelected(path);
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
change_picture_options_handler.h | 44 virtual void FileSelected(const FilePath& path, int index, void* params);
|
/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) {
|
user_data_dir_dialog_view.h | 47 virtual void FileSelected(const base::FilePath& path,
|
user_data_dir_dialog_view.cc | 93 void UserDataDirDialogView::FileSelected(const base::FilePath& path,
|
/external/chromium_org/chrome/browser/download/ |
save_package_file_picker.h | 32 virtual void FileSelected(const base::FilePath& path,
|
download_file_picker.h | 51 virtual void FileSelected(const base::FilePath& path,
|
/external/chromium/chrome/browser/ui/views/ |
user_data_dir_dialog.h | 54 virtual void FileSelected(const FilePath& path, int index, void* params);
|
user_data_dir_dialog.cc | 97 void UserDataDirDialog::FileSelected(const FilePath& path,
|
/external/chromium/chrome/browser/ui/webui/ |
print_preview_handler.h | 34 virtual void FileSelected(const FilePath& path, int index, void* params);
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
import_data_handler.h | 56 virtual void FileSelected(const base::FilePath& path,
|
media_galleries_handler.h | 32 virtual void FileSelected(const base::FilePath& path,
|
/external/chromium/chrome/browser/extensions/ |
extension_bookmarks_module.h | 203 virtual void FileSelected(const FilePath& path, int index, void* params) = 0; 223 virtual void FileSelected(const FilePath& path, int index, void* params) 234 virtual void FileSelected(const FilePath& path, int index, void* params)
|
/external/chromium/chrome/browser/ui/ |
shell_dialogs.h | 62 virtual void FileSelected(const FilePath& path,
|
shell_dialogs_unittest.cc | 50 virtual void FileSelected(const FilePath& path,
|
/external/chromium_org/chrome/browser/ui/ |
chrome_select_file_policy_unittest.cc | 65 virtual void FileSelected(const base::FilePath& path,
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
pack_extension_handler.h | 45 virtual void FileSelected(const base::FilePath& path,
|
/external/chromium/chrome/browser/ui/gtk/ |
certificate_dialogs.cc | 81 virtual void FileSelected(const FilePath& path, 121 void Exporter::FileSelected(const FilePath& path, int index, void* params) {
|
/external/chromium/chrome/browser/ |
file_select_helper.h | 70 virtual void FileSelected(
|
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_handler.h | 42 virtual void FileSelected(const FilePath& path, int index, void* params);
|
certificate_manager_handler.h | 36 virtual void FileSelected(const FilePath& path, int index, void* params);
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
change_picture_options_handler.h | 88 virtual void FileSelected(
|
/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|.
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
bookmarks_api.h | 284 virtual void FileSelected(const base::FilePath& path, int index, void* params) = 0; 310 virtual void FileSelected(const base::FilePath& path, 326 virtual void FileSelected(const base::FilePath& path,
|