HomeSort by relevance Sort by last modified time
    Searched refs:Cancel (Results 301 - 325 of 760) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_exit_bubble.cc 127 void FullscreenExitBubble::Cancel() {
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_unsupported_feature.cc 76 virtual void Cancel() OVERRIDE;
114 void PDFEnableAdobeReaderPromptDelegate::Cancel() {
191 "cancel",
257 virtual void Cancel() OVERRIDE;
352 void PDFUnsupportedFeaturePromptDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.h 52 virtual bool Cancel() OVERRIDE;
create_application_shortcut_view.h 127 virtual bool Cancel() OVERRIDE;
open_pdf_in_reader_bubble_view.cc 70 model_->Cancel();
user_data_dir_dialog_view.cc 70 bool UserDataDirDialogView::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 95 bool DownloadInProgressDialogView::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/importer/
import_lock_dialog_view.cc 95 bool ImportLockDialogView::Cancel() {
  /external/chromium_org/content/browser/download/
base_file.h 67 void 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/browser/loader/
buffered_resource_handler.cc 217 void BufferedResourceHandler::Cancel() {
218 controller()->Cancel();
409 controller()->Cancel();
467 controller()->Cancel();
stream_resource_handler.cc 115 controller()->Cancel();
  /external/chromium_org/content/browser/media/
webrtc_identity_store.cc 89 void Cancel(WebRTCIdentityRequestHandle* handle) {
140 // Cancel the request. Does nothing if the request finished or was already
142 void Cancel() {
152 request->Cancel(this);
218 return base::Bind(&WebRTCIdentityRequestHandle::Cancel,
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher.h 55 void Cancel();
  /external/chromium_org/content/renderer/p2p/
host_address_request.cc 38 void P2PHostAddressRequest::Cancel() {
  /external/chromium_org/content/shell/
shell_javascript_dialog_manager.cc 122 dialog_->Cancel();
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.h 70 virtual void Cancel() OVERRIDE;
  /external/chromium_org/net/dns/
serial_worker_unittest.cc 105 // Cancel the worker to catch if it makes a late DoWork call.
106 worker_->Cancel();
  /external/chromium_org/net/proxy/
proxy_script_decider.cc 89 Cancel();
390 void ProxyScriptDecider::Cancel() {
400 proxy_script_fetcher_->Cancel();
409 dhcp_proxy_script_fetcher_->Cancel();
proxy_script_decider.h 46 // cancel the request.
147 void Cancel();
  /external/chromium_org/net/ssl/
server_bound_cert_service.h 49 // Cancel the request. Does nothing if the request finished or was already
51 void Cancel();
  /external/chromium_org/webkit/browser/fileapi/
file_writer_delegate.h 46 void Cancel();
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 57 runner->Cancel();
85 void WebSocketExperimentRunner::Cancel() {
181 task_->Cancel();
  /external/chromium/chrome/browser/remoting/
setup_flow.cc 80 void SetupFlowErrorStepBase::Cancel() { }
106 void SetupFlowDoneStep::Cancel() { }
182 current_step_->Cancel();
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 40 // to call Cancel(). We keep the |sb_service| alive in a ref pointer for as
128 void Cancel() {
271 classification_request_->Cancel();
294 // navigating away. We don't need to cancel a pending callback or
300 // report request we have to cancel it to make sure we don't display
301 // an interstitial for the wrong page. Note that this won't cancel
302 // the server ping back but only cancel the showing of the
307 // Cancel any pending classification request.
309 classification_request_->Cancel();

Completed in 574 milliseconds

<<11121314151617181920>>