HomeSort by relevance Sort by last modified time
    Searched defs:Cancel (Results 26 - 50 of 309) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 49 bool ThemeInstalledInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/remoting/
setup_flow_register_step.cc 24 void SetupFlowRegisterStep::Cancel() {
setup_flow_start_host_step.cc 29 void SetupFlowStartHostStep::Cancel() {
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 27 bool ConfirmInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 43 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
51 bool MockConfirmInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 93 bool ImportLockDialogView::Cancel() {
  /external/chromium/chrome/browser/ui/views/
repost_form_warning_view.cc 67 bool RepostFormWarningView::Cancel() {
68 controller_->Cancel();
  /external/chromium/net/disk_cache/
in_flight_io.cc 21 void BackgroundIO::Cancel() {
72 operation->Cancel();
75 // callback (so that a subsequent cancel does not invoke the callback again).
  /external/chromium/webkit/glue/
multipart_response_delegate.h 79 void Cancel() {
  /external/chromium_org/android_webview/native/
aw_http_auth_handler.cc 51 void AwHttpAuthHandler::Cancel(JNIEnv* env, jobject obj) {
54 login_delegate_->Cancel();
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.cc 22 // Keys to invoke Cancel (Escape, Ctrl+Alt+/, or Shift+Ctrl+Alt+/, Help, F14).
45 void KeyboardOverlayView::Cancel() {
83 Cancel();
  /external/chromium_org/ash/wm/
overlay_event_filter.cc 38 Cancel();
50 Cancel();
54 Cancel();
58 Cancel();
69 void OverlayEventFilter::Cancel() {
71 delegate_->Cancel();
  /external/chromium_org/base/
cancelable_callback.h 7 // 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() {
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() {
161 Cancel();
163 // |forwarder_| is no longer valid after Cancel(), so re-bind
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
webkit_file_stream_writer_impl.cc 93 int WebkitFileStreamWriterImpl::Cancel(
98 // If LocalFileWriter is already created, just delegate the cancel to it.
100 return local_file_writer_->Cancel(callback);
102 // If file open operation is in-flight, wait for its completion and cancel
142 // Cancel() is called during the creation of the snapshot file.
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate.cc 37 host->Cancel();
82 bool DownloadRequestInfoBarDelegate::Cancel() {
87 host_->Cancel();
download_request_infobar_delegate_unittest.cc 19 virtual void Cancel() OVERRIDE;
21 virtual void CancelOnce() OVERRIDE { Cancel(); }
56 void MockTabDownloadState::Cancel() {
81 if (state.infobar_delegate()->Cancel())
  /external/chromium_org/chrome/browser/extensions/
theme_installed_infobar_delegate.cc 133 bool ThemeInstalledInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/infobars/
confirm_infobar_delegate.cc 36 bool ConfirmInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 93 bool MIDIPermissionInfoBarDelegate::Cancel() {
protected_media_identifier_infobar_delegate.cc 107 bool ProtectedMediaIdentifierInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/prerender/
prerender_resource_throttle.cc 44 controller()->Cancel();
52 controller()->Cancel();
76 controller()->Cancel();
92 // Cancel on deferred synchronous requests. Those will
99 controller()->Cancel();
126 void PrerenderResourceThrottle::Cancel() {
130 controller()->Cancel();
  /external/chromium_org/chrome/browser/tab_contents/
spelling_bubble_model.cc 57 void SpellingBubbleModel::Cancel() {
  /external/chromium_org/chrome/browser/ui/apps/
app_metro_infobar_delegate_win.cc 102 bool AppMetroInfoBarDelegateWin::Cancel() {
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
mock_confirm_infobar_delegate.cc 40 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
48 bool MockConfirmInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_menu_controller.cc 27 void TabStripMenuController::Cancel() {
29 menu_->Cancel();

Completed in 1539 milliseconds

12 3 4 5 6 7 8 91011>>