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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/test/
test_confirm_bubble_model.cc 47 return button == BUTTON_OK ? ASCIIToUTF16("OK") : ASCIIToUTF16("Cancel");
55 void TestConfirmBubbleModel::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 99 bool DownloadInProgressDialogView::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 81 bool ImportLockDialogView::Cancel() {
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.cc 98 void FakeBluetoothAgentServiceProvider::Cancel() {
99 VLOG(1) << object_path_.value() << ": Cancel";
100 delegate_->Cancel();
  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.cc 62 void DhcpProxyScriptFetcherChromeos::Cancel() {
63 proxy_script_fetcher_->Cancel();
  /external/chromium_org/content/browser/download/
save_file.cc 54 void SaveFile::Cancel() {
55 file_.Cancel();
save_item.cc 61 // Cancel this saving item job. If the job is not in progress, ignore
62 // this command. The SavePackage will each in-progress SaveItem's cancel
64 void SaveItem::Cancel() {
66 // So we need not to cancel it.
  /external/chromium_org/content/shell/browser/
shell_javascript_dialog_gtk.cc 106 void ShellJavaScriptDialog::Cancel() {
shell_javascript_dialog_win.cc 105 Cancel();
108 void ShellJavaScriptDialog::Cancel() {
  /external/chromium_org/net/dns/
single_request_host_resolver.cc 25 Cancel();
57 void SingleRequestHostResolver::Cancel() {
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.cc 28 void DoNothingDhcpProxyScriptFetcher::Cancel() {}
mock_proxy_script_fetcher.cc 47 void MockProxyScriptFetcher::Cancel() {
  /external/chromium_org/webkit/child/
multipart_response_delegate.h 80 void Cancel() {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 25 self.protocol("WM_DELETE_WINDOW", self.Cancel)
72 self.buttonCancel = Button(frameButtons, text='Cancel',
73 width=8, command=self.Cancel)
157 def Cancel(self, event=None):
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.cc 29 void SetupFlowGetStatusStep::Cancel() {
  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 111 bool DownloadInProgressDialogView::Cancel() {
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.cc 55 bool InstantConfirmView::Cancel() {
uninstall_view.cc 112 bool UninstallView::Cancel() {
119 // We only want to give custom name to OK button - 'Uninstall'. Cancel
user_data_dir_dialog.cc 82 bool UserDataDirDialog::Cancel() {
  /external/chromium/net/base/
host_resolver.cc 47 Cancel();
74 void SingleRequestHostResolver::Cancel() {
  /external/chromium/webkit/glue/
resource_fetcher.cc 40 loader_->cancel();
43 void ResourceFetcher::Cancel() {
45 loader_->cancel();
139 loader_->cancel();
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 77 void AwLoginDelegate::Cancel() {
93 Cancel();
100 Cancel();
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 93 bool AutofillCCInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_function_base.cc 62 void Cancel() {
109 unsafe_wallpaper_decoder_->Cancel();

Completed in 975 milliseconds

1 23 4 5 6 7 8 91011>>