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

1 2

  /external/chromium_org/win8/viewer/
metro_viewer_process_host.h 49 typedef base::Callback<void(void*)> FileSelectionCanceled;
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...]
metro_viewer_process_host.cc 181 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/
entry_picker.h 22 virtual void FileSelectionCanceled() = 0;
50 virtual void FileSelectionCanceled(void* params) OVERRIDE;
entry_picker.cc 52 &EntryPicker::FileSelectionCanceled,
77 void EntryPicker::FileSelectionCanceled(void* params) {
78 client_->FileSelectionCanceled();
developer_private_api.h 328 virtual void FileSelectionCanceled() = 0;
344 virtual void FileSelectionCanceled() OVERRIDE;
359 virtual void FileSelectionCanceled() OVERRIDE;
  /external/chromium_org/chrome/browser/download/
download_file_picker.h 54 virtual void FileSelectionCanceled(void* params) OVERRIDE;
save_package_file_picker.h 38 virtual void FileSelectionCanceled(void* unused_params) OVERRIDE;
download_file_picker.cc 109 void DownloadFilePicker::FileSelectionCanceled(void* params) {
save_package_file_picker.cc 287 void SavePackageFilePicker::FileSelectionCanceled(void* unused_params) {
  /external/chromium_org/chrome/browser/ui/
chrome_select_file_policy_unittest.cc 74 virtual void FileSelectionCanceled(void* params) OVERRIDE {
certificate_dialogs.cc 77 virtual void FileSelectionCanceled(void* params) OVERRIDE;
158 void Exporter::FileSelectionCanceled(void* params) {
  /external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h 49 virtual void FileSelectionCanceled(void* params) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/views/
select_file_dialog_extension_unittest.cc 104 TEST_F(SelectFileDialogExtensionTest, FileSelectionCanceled) {
  /external/chromium_org/content/browser/media/
webrtc_internals.h 127 virtual void FileSelectionCanceled(void* params) OVERRIDE;
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog.h 89 virtual void FileSelectionCanceled(void* params) {}
select_file_dialog.cc 114 // Post a task rather than calling FileSelectionCanceled directly to ensure
147 listener_->FileSelectionCanceled(params);
select_file_dialog_android.cc 83 listener_->FileSelectionCanceled(NULL);
select_file_dialog_win.cc 345 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/chromeos/extensions/file_manager/
file_browser_handler_api.cc 126 virtual void FileSelectionCanceled(void* params) OVERRIDE;
182 base::Bind(&FileSelectorImpl::FileSelectionCanceled,
235 void FileSelectorImpl::FileSelectionCanceled(
  /external/chromium_org/chrome/browser/
file_select_helper.h 98 virtual void FileSelectionCanceled(void* params) OVERRIDE;
file_select_helper.cc 162 void FileSelectHelper::FileSelectionCanceled(void* params) {
188 FileSelectionCanceled(NULL);
216 FileSelectionCanceled(NULL);
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h 45 virtual void FileSelectionCanceled(void* params) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api.cc 412 FileSelectionCanceled,
471 virtual void FileSelectionCanceled(void* params) OVERRIDE {
472 function_->FileSelectionCanceled();
648 void FileSystemChooseEntryFunction::FileSelectionCanceled() {
661 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
678 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
697 base::Bind(&FileSystemChooseEntryFunction::FileSelectionCanceled,
    [all...]
file_system_api.h 157 // 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/extensions/api/bookmarks/
bookmarks_api.h 313 virtual void FileSelectionCanceled(void* params) OVERRIDE;

Completed in 1411 milliseconds

1 2