Searched defs:Cancel (Results 51 - 75 of 224) sorted by relevance

123456789

/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc106 bool ProtectedMediaIdentifierInfoBarDelegate::Cancel() { function in class:ProtectedMediaIdentifierInfoBarDelegate
/external/chromium_org/chrome/browser/password_manager/
H A Dsave_password_infobar_delegate.cc145 bool SavePasswordInfoBarDelegate::Cancel() { function in class:SavePasswordInfoBarDelegate
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_bubble_model.cc58 void SpellingBubbleModel::Cancel() { function in class:SpellingBubbleModel
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dauto_login_infobar_delegate_android.cc75 bool AutoLoginInfoBarDelegateAndroid::Cancel() { function in class:AutoLoginInfoBarDelegateAndroid
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_exit_bubble.cc128 void FullscreenExitBubble::Cancel() { function in class:FullscreenExitBubble
/external/chromium_org/chrome/browser/ui/startup/
H A Dautolaunch_prompt_win.cc54 virtual bool Cancel() OVERRIDE;
118 bool AutolaunchInfoBarDelegate::Cancel() { function in class:__anon5149::AutolaunchInfoBarDelegate
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.cc31 Cancel();
34 void TabModalConfirmDialogDelegate::Cancel() { function in class:TabModalConfirmDialogDelegate
/external/chromium_org/chrome/browser/ui/views/
H A Dconfirm_bubble_views.cc75 bool ConfirmBubbleViews::Cancel() { function in class:ConfirmBubbleViews
76 model_->Cancel();
H A Dtab_modal_confirm_dialog_views.cc86 bool TabModalConfirmDialogViews::Cancel() { function in class:TabModalConfirmDialogViews
87 delegate_->Cancel();
H A Duninstall_view.cc126 bool UninstallView::Cancel() { function in class:UninstallView
133 // Label the OK button 'Uninstall'; Cancel remains the same.
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_in_progress_dialog_view.cc97 bool DownloadInProgressDialogView::Cancel() { function in class:DownloadInProgressDialogView
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_agent_service_provider.cc98 void FakeBluetoothAgentServiceProvider::Cancel() { function in class:chromeos::FakeBluetoothAgentServiceProvider
99 VLOG(1) << object_path_.value() << ": Cancel";
100 delegate_->Cancel();
/external/chromium_org/components/captive_portal/
H A Dcaptive_portal_detector.cc54 void CaptivePortalDetector::Cancel() { function in class:captive_portal::CaptivePortalDetector
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_infobar_delegate.cc31 bool GoogleURLTrackerInfoBarDelegate::Cancel() { function in class:GoogleURLTrackerInfoBarDelegate
/external/chromium_org/components/webdata/common/
H A Dweb_data_request_manager.cc51 void WebDataRequest::Cancel() { function in class:WebDataRequest
84 i->second->Cancel();
106 i->second->Cancel();
/external/chromium_org/content/browser/download/
H A Dsave_file.cc53 void SaveFile::Cancel() { function in class:content::SaveFile
54 file_.Cancel();
H A Dsave_item.cc61 // Cancel this saving item job. If the job is not in progress, ignore
64 void SaveItem::Cancel() { function in class:content::SaveItem
/external/chromium_org/content/browser/loader/
H A Dthrottling_resource_handler.cc131 void ThrottlingResourceHandler::Cancel() { function in class:content::ThrottlingResourceHandler
133 controller()->Cancel();
180 controller()->Cancel();
194 controller()->Cancel();
210 controller()->Cancel();
224 controller()->Cancel();
/external/chromium_org/content/child/
H A Dftp_directory_listing_response_delegate.cc72 void FtpDirectoryListingResponseDelegate::Cancel() { function in class:content::FtpDirectoryListingResponseDelegate
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.cc117 timeout_timer_.Start(FROM_HERE, timeout, this, &ResourceFetcherImpl::Cancel);
132 void ResourceFetcherImpl::Cancel() { function in class:content::ResourceFetcherImpl
134 WebURLLoaderClientImpl::Cancel();
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_win.cc105 Cancel();
108 void ShellJavaScriptDialog::Cancel() { function in class:content::ShellJavaScriptDialog
/external/chromium_org/mojo/bindings/js/
H A Dwaiting_callback.cc40 void WaitingCallback::Cancel() { function in class:mojo::js::WaitingCallback
61 Cancel();
/external/chromium_org/net/base/
H A Dprioritized_dispatcher.cc50 void PrioritizedDispatcher::Cancel(const Handle& handle) { function in class:net::PrioritizedDispatcher
59 Cancel(handle);
H A Dsdch_dictionary_fetcher.cc70 void SdchDictionaryFetcher::Cancel() { function in class:net::SdchDictionaryFetcher
/external/chromium_org/storage/browser/fileapi/
H A Drecursive_operation_delegate.cc28 void RecursiveOperationDelegate::Cancel() { function in class:storage::RecursiveOperationDelegate

Completed in 9012 milliseconds

123456789