Searched refs:Cancel (Results 76 - 100 of 643) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/content_settings/
H A Dpermission_infobar_delegate.h40 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.h41 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.h50 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_infobar_delegate.h47 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_resource_throttle.cc74 void PrerenderResourceThrottle::Cancel() { function in class:prerender::PrerenderResourceThrottle
75 controller()->Cancel();
111 base::Bind(cancel ? &PrerenderResourceThrottle::Cancel :
137 // Cancel on deferred synchronous requests. Those will
152 base::Bind(cancel ? &PrerenderResourceThrottle::Cancel :
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.h56 void Cancel(RenderViewContextMenu* context_menu);
H A Dspelling_bubble_model.h33 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.h61 void Cancel(const std::string& user_id);
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_infobar_delegate_android.h19 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc40 return base::ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
48 bool MockConfirmInfoBarDelegate::Cancel() { function in class:MockConfirmInfoBarDelegate
/external/chromium_org/chrome/browser/ui/test/
H A Dtest_confirm_bubble_model.cc48 : base::ASCIIToUTF16("Cancel");
56 void TestConfirmBubbleModel::Cancel() { function in class:TestConfirmBubbleModel
H A Dtest_confirm_bubble_model.h28 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dconfirm_bubble_views.h15 // A dialog (with the standard Title/(x)/[OK]/[Cancel] UI elements), as well as
20 // | Link [OK] [Cancel] |
37 virtual bool Cancel() OVERRIDE;
H A Dexternal_protocol_dialog.h35 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.h39 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_service_provider.h101 virtual void Cancel() = 0;
/external/chromium_org/chromeos/network/
H A Ddhcp_proxy_script_fetcher_chromeos.h35 virtual void Cancel() OVERRIDE;
/external/chromium_org/components/infobars/core/
H A Dconfirm_infobar_delegate.cc38 bool ConfirmInfoBarDelegate::Cancel() { function in class:ConfirmInfoBarDelegate
H A Dconfirm_infobar_delegate.h38 // returns "OK" for the OK button and "Cancel" for the Cancel button.
50 // Called when the Cancel button is pressed. If this function returns true,
53 virtual bool Cancel();
/external/chromium_org/components/renderer_context_menu/views/
H A Dtoolkit_delegate_views.h38 virtual void Cancel() OVERRIDE;
/external/chromium_org/content/browser/download/
H A Ddownload_file.h63 virtual void Cancel() = 0;
H A Dsave_file.h32 void Cancel();
/external/chromium_org/content/public/renderer/
H A Dresource_fetcher.h69 virtual void Cancel() = 0;
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog.h34 void Cancel();
/external/chromium_org/mojo/bindings/js/
H A Dsupport.cc33 waiting_callback->Cancel();

Completed in 1226 milliseconds

1234567891011>>