Searched defs:Cancel (Results 1 - 25 of 224) sorted by path

123456789

/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc78 void AwLoginDelegate::Cancel() { function in class:android_webview::AwLoginDelegate
96 Cancel();
/external/chromium_org/android_webview/native/
H A Daw_http_auth_handler.cc51 void AwHttpAuthHandler::Cancel(JNIEnv* env, jobject obj) { function in class:android_webview::AwHttpAuthHandler
54 login_delegate_->Cancel();
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc77 void FirstRunHelperImpl::Cancel() { function in class:ash::FirstRunHelperImpl
/external/chromium_org/ash/keyboard_overlay/
H A Dkeyboard_overlay_view.cc22 // Keys to invoke Cancel (Escape, Ctrl+Alt+/, or Shift+Ctrl+Alt+/, Help, F14).
45 void KeyboardOverlayView::Cancel() { function in class:ash::KeyboardOverlayView
87 Cancel();
/external/chromium_org/ash/test/
H A Dtest_overlay_delegate.cc20 void TestOverlayDelegate::Cancel() { function in class:ash::test::TestOverlayDelegate
/external/chromium_org/ash/wm/
H A Doverlay_event_filter.cc35 Cancel();
47 Cancel();
51 Cancel();
55 Cancel();
60 delegate_->Cancel();
69 void OverlayEventFilter::Cancel() { function in class:ash::OverlayEventFilter
71 delegate_->Cancel();
/external/chromium_org/base/
H A Dcancelable_callback.h7 // wrapped callback until this object is destroyed or Reset()/Cancel() are
12 // Calling CancelableCallback::Cancel() brings the object back to its natural,
39 // timeout.Cancel(); // Hopefully this is hit before the timeout callback runs.
74 void Cancel() { function in class:base::CancelableCallback
91 Cancel();
93 // |forwarder_| is no longer valid after Cancel(), so re-bind.
99 // Returns a callback that can be disabled by calling Cancel().
144 void Cancel() { function in class:base::CancelableCallback
161 Cancel();
163 // |forwarder_| is no longer valid after Cancel(), s
214 void Cancel() { function in class:base::CancelableCallback
[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));
H A Dfile_path_watcher_linux.cc117 // Cancel the watch. This unregisters the instance with InotifyReader.
118 virtual void Cancel() OVERRIDE;
123 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
125 // cleanup thread, in case it quits before Cancel() is called.
448 void FilePathWatcherImpl::Cancel() { function in class:base::__anon2252::FilePathWatcherImpl
H A Dfile_path_watcher_win.cc33 virtual void Cancel() OVERRIDE;
35 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
37 // cleanup thread, in case it quits before Cancel() is called.
114 void FilePathWatcherImpl::Cancel() { function in class:base::__anon2255::FilePathWatcherImpl
/external/chromium_org/cc/base/
H A Ddelayed_unique_notifier.cc42 void DelayedUniqueNotifier::Cancel() { function in class:cc::DelayedUniqueNotifier
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc95 bool AutofillCCInfoBarDelegate::Cancel() { function in class:autofill::AutofillCCInfoBarDelegate
/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/attestation/
H A Dplatform_verification_dialog.cc89 bool PlatformVerificationDialog::Cancel() { function in class:chromeos::attestation::PlatformVerificationDialog
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc279 return base::Bind(&DownloadParams::Cancel, weak_ptr_factory_.GetWeakPtr());
320 void Cancel() { function in class:drive::file_system::DownloadOperation::DownloadParams
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dwebkit_file_stream_writer_impl.cc93 int WebkitFileStreamWriterImpl::Cancel( function in class:drive::internal::WebkitFileStreamWriterImpl
100 return local_file_writer_->Cancel(callback);
142 // Cancel() is called during the creation of the snapshot file.
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_function_base.cc66 void Cancel() { function in class:WallpaperFunctionBase::UnsafeWallpaperDecoder
113 unsafe_wallpaper_decoder_->Cancel();
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dfile_stream_writer.cc260 int FileStreamWriter::Cancel(const net::CompletionCallback& callback) { function in class:chromeos::file_system_provider::FileStreamWriter
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_manager.cc290 void BurnManager::Cancel() { function in class:chromeos::imageburner::BurnManager
307 // Cancel and clean up the current task.
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_controller.cc122 void AutoEnrollmentController::Cancel() { function in class:chromeos::AutoEnrollmentController
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen.cc29 virtual void Cancel() OVERRIDE;
63 void UserAddingScreenImpl::Cancel() { function in class:chromeos::__anon3344::UserAddingScreenImpl
/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 Dvpn_config_view.cc395 void VPNConfigView::Cancel() { function in class:chromeos::VPNConfigView
H A Dwifi_config_view.cc892 void WifiConfigView::Cancel() { function in class:chromeos::WifiConfigView

Completed in 7908 milliseconds

123456789