Searched refs:FileSelectionCanceled (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/win8/viewer/
H A Dmetro_viewer_process_host.h49 typedef base::Callback<void(void*)> FileSelectionCanceled; typedef in class:win8::MetroViewerProcessHost
90 const FileSelectionCanceled& on_failure);
100 const FileSelectionCanceled& on_failure);
111 const FileSelectionCanceled& on_failure);
118 const FileSelectionCanceled& on_failure);
135 const FileSelectionCanceled& on_failure);
141 const FileSelectionCanceled& on_failure);
148 const FileSelectionCanceled& on_failure);
151 const FileSelectionCanceled& on_failure);
209 FileSelectionCanceled failure_callback
[all...]
H A Dmetro_viewer_process_host.cc181 const FileSelectionCanceled& on_failure) {
194 const FileSelectionCanceled& on_failure) {
209 const FileSelectionCanceled& on_failure) {
220 const FileSelectionCanceled& on_failure) {
230 const FileSelectionCanceled& on_failure) {
247 const FileSelectionCanceled& on_failure) {
265 const FileSelectionCanceled& on_failure) {
285 const FileSelectionCanceled& on_failure) {
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.h22 virtual void FileSelectionCanceled() = 0;
50 virtual void FileSelectionCanceled(void* params) OVERRIDE;
H A Dentry_picker.cc52 &EntryPicker::FileSelectionCanceled,
77 void EntryPicker::FileSelectionCanceled(void* params) { function in class:extensions::api::EntryPicker
78 client_->FileSelectionCanceled();
H A Ddeveloper_private_api.h328 virtual void FileSelectionCanceled() = 0;
344 virtual void FileSelectionCanceled() OVERRIDE;
359 virtual void FileSelectionCanceled() OVERRIDE;
/external/chromium_org/chrome/browser/download/
H A Ddownload_file_picker.h54 virtual void FileSelectionCanceled(void* params) OVERRIDE;
H A Dsave_package_file_picker.h38 virtual void FileSelectionCanceled(void* unused_params) OVERRIDE;
H A Ddownload_file_picker.cc109 void DownloadFilePicker::FileSelectionCanceled(void* params) { function in class:DownloadFilePicker
H A Dsave_package_file_picker.cc287 void SavePackageFilePicker::FileSelectionCanceled(void* unused_params) { function in class:SavePackageFilePicker
/external/chromium_org/chrome/browser/ui/
H A Dchrome_select_file_policy_unittest.cc74 virtual void FileSelectionCanceled(void* params) OVERRIDE {
H A Dcertificate_dialogs.cc77 virtual void FileSelectionCanceled(void* params) OVERRIDE;
158 void Exporter::FileSelectionCanceled(void* params) { function in class:__anon5060::Exporter
/external/chromium_org/chrome/browser/ui/webui/extensions/
H A Dpack_extension_handler.h49 virtual void FileSelectionCanceled(void* params) OVERRIDE {}
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension_unittest.cc104 TEST_F(SelectFileDialogExtensionTest, FileSelectionCanceled) {
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dfile_browser_handler_api.cc126 virtual void FileSelectionCanceled(void* params) OVERRIDE;
182 base::Bind(&FileSelectorImpl::FileSelectionCanceled,
235 void FileSelectorImpl::FileSelectionCanceled( function in class:__anon3135::FileSelectorImpl
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.h127 virtual void FileSelectionCanceled(void* params) OVERRIDE;
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog.cc114 // Post a task rather than calling FileSelectionCanceled directly to ensure
147 listener_->FileSelectionCanceled(params);
H A Dselect_file_dialog.h89 virtual void FileSelectionCanceled(void* params) {} function in class:ui::SelectFileDialog::Listener
H A Dselect_file_dialog_android.cc83 listener_->FileSelectionCanceled(NULL);
H A Dselect_file_dialog_win.cc345 base::Bind(&ui::SelectFileDialog::Listener::FileSelectionCanceled,
355 base::Bind(&ui::SelectFileDialog::Listener::FileSelectionCanceled,
365 base::Bind(&ui::SelectFileDialog::Listener::FileSelectionCanceled,
380 base::Bind(&ui::SelectFileDialog::Listener::FileSelectionCanceled,
566 listener_->FileSelectionCanceled(params);
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc412 FileSelectionCanceled,
471 virtual void FileSelectionCanceled(void* params) OVERRIDE {
472 function_->FileSelectionCanceled();
648 void FileSystemChooseEntryFunction::FileSelectionCanceled() { function in class:extensions::FileSystemChooseEntryFunction
661 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
678 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
697 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
H A Dfile_system_api.h157 // FilesSelected and FileSelectionCanceled are called by the file picker.
159 void FileSelectionCanceled();
165 // user chooses to open it. Otherwise, calls FileSelectionCanceled.
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.cc162 void FileSelectHelper::FileSelectionCanceled(void* params) { function in class:FileSelectHelper
188 FileSelectionCanceled(NULL);
216 FileSelectionCanceled(NULL);
H A Dfile_select_helper.h98 virtual void FileSelectionCanceled(void* params) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.h45 virtual void FileSelectionCanceled(void* params) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.h313 virtual void FileSelectionCanceled(void* params) OVERRIDE;

Completed in 411 milliseconds

12