Searched defs:Cancel (Results 101 - 125 of 224) sorted by relevance

123456789

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc170 scoped_ptr<ui::MotionEvent> MotionEventWeb::Cancel() const { function in class:content::MotionEventWeb
/external/chromium_org/content/browser/renderer_host/
H A Doverscroll_controller.cc119 void OverscrollController::Cancel() { function in class:content::OverscrollController
/external/chromium_org/device/serial/
H A Ddata_sender.cc100 bool DataSender::Cancel(int32_t error, const CancelCallback& callback) { function in class:device::DataSender
110 sink_->Cancel(error);
/external/chromium_org/net/base/
H A Ddirectory_lister.cc107 Cancel();
114 void DirectoryLister::Cancel() { function in class:net::DirectoryLister
115 return core_->Cancel();
138 void DirectoryLister::Core::Cancel() { function in class:net::DirectoryLister::Core
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_win.cc71 Cancel();
102 void DhcpProxyScriptFetcherWin::Cancel() { function in class:net::DhcpProxyScriptFetcherWin
119 (*it)->Cancel();
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.cc45 validate_client_hello_cb_->Cancel();
243 void QuicCryptoServerStream::ValidateCallback::Cancel() { function in class:net::QuicCryptoServerStream::ValidateCallback
/external/chromium_org/printing/
H A Dprinting_context_linux.cc176 void PrintingContextLinux::Cancel() { function in class:printing::PrintingContextLinux
H A Dprinting_context_no_system_dialog.cc134 void PrintingContextNoSystemDialog::Cancel() { function in class:printing::PrintingContextNoSystemDialog
H A Dprinting_context_system_dialog_win.cc36 // - Apply then Cancel, the settings are reset and reinitialized with the
39 // - Cancel, the settings are not changed, the previous setting, if it was
77 void PrintingContextSytemDialogWin::Cancel() { function in class:printing::PrintingContextSytemDialogWin
78 PrintingContextWin::Cancel();
146 // If the user clicked OK or Apply then Cancel, but not only Cancel.
223 // If the user clicked OK or Apply then Cancel, but not only Cancel.
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.cc63 int LocalFileStreamWriter::Cancel(const net::CompletionCallback& callback) { function in class:storage::LocalFileStreamWriter
H A Dsandbox_file_stream_writer.cc78 int SandboxFileStreamWriter::Cancel(const net::CompletionCallback& callback) { function in class:storage::SandboxFileStreamWriter
/external/chromium_org/sync/internal_api/public/attachments/
H A Dtask_queue.h31 // |MarkAsSucceeded|, |MarkAsFailed|, or |Cancel|.
63 // Cancel(foo);
74 // or |Cancel| to signify completion of the task.
116 // Cancel |task|.
123 void Cancel(const T& task);
220 void TaskQueue<T>::Cancel(const T& task) { function in class:syncer::TaskQueue
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.cc153 scoped_ptr<MotionEvent> MotionEventGeneric::Cancel() const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_runner_impl.cc66 controller_->Cancel(MenuController::EXIT_DESTROYED);
92 // There's some other menu open and we're not nested. Cancel the menu.
144 void MenuRunnerImpl::Cancel() { function in class:views::internal::MenuRunnerImpl
146 controller_->Cancel(MenuController::EXIT_ALL);
/external/chromium_org/base/files/
H A Dfile_path_watcher_fsevents.cc163 void FilePathWatcherFSEvents::Cancel() { function in class:base::FilePathWatcherFSEvents
H A Dfile_path_watcher_kqueue.cc248 Cancel();
295 Cancel();
346 // Calling Cancel() here to close any file descriptors that were opened.
350 Cancel();
358 void FilePathWatcherKQueue::Cancel() { function in class:base::FilePathWatcherKQueue
366 base::Bind(&FilePathWatcherKQueue::Cancel, this));
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc172 virtual bool Cancel() OVERRIDE;
239 bool RequestQuotaInfoBarDelegate::Cancel() { function in class:__anon3004::RequestQuotaInfoBarDelegate
/external/chromium_org/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc178 bool NetworkConfigView::Cancel() { function in class:chromeos::NetworkConfigView
181 child_config_view_->Cancel();
H A Dwimax_config_view.cc197 void WimaxConfigView::Cancel() { function in class:chromeos::WimaxConfigView
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc136 Cancel();
163 void DownloadRequestLimiter::TabDownloadState::Cancel() { function in class:DownloadRequestLimiter::TabDownloadState
/external/chromium_org/chrome/browser/drive/
H A Ddrive_uploader.cc79 return base::Bind(&UploadFileInfo::Cancel, weak_ptr_factory_.GetWeakPtr());
109 // once Cancel() is called. DriveUploader will check this field before after
117 void Cancel() { function in struct:drive::DriveUploader::UploadFileInfo
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc69 void DesktopCaptureChooseDesktopMediaFunction::Cancel() { function in class:extensions::DesktopCaptureChooseDesktopMediaFunction
219 Cancel();
302 it->second->Cancel();
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.cc49 void Operation::Cancel() { function in class:extensions::image_writer::Operation
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.cc51 void ExternalProcessImporterClient::Cancel() { function in class:ExternalProcessImporterClient
72 process_importer_host_->Cancel();
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_infobar_delegates.cc150 bool UnauthorizedPluginInfoBarDelegate::Cancel() { function in class:UnauthorizedPluginInfoBarDelegate
254 bool OutdatedPluginInfoBarDelegate::Cancel() { function in class:OutdatedPluginInfoBarDelegate

Completed in 351 milliseconds

123456789