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

<<111213

  /external/chromium_org/webkit/browser/fileapi/
copy_or_move_operation_delegate.cc 30 virtual void Cancel() = 0;
72 virtual void Cancel() OVERRIDE {
124 virtual void Cancel() OVERRIDE {
400 virtual void Cancel() OVERRIDE {
403 copy_helper_->Cancel();
565 void CopyOrMoveOperationDelegate::StreamCopyHelper::Cancel() {
825 // Request to cancel all running Copy/Move file.
828 (*iter)->Cancel();
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 579 void WifiConfigView::Cancel() {
    [all...]
  /external/chromium/chrome/browser/download/
save_package.cc 206 // method Cancel to be be called in destructor in test mode.
231 Cancel(true);
272 // Cancel all in progress request, might be called by user or internal error.
273 void SavePackage::Cancel(bool user_action) {
519 // If not found, we must have cancel action.
545 // We can not generate file name for this SaveItem, so we cancel the
552 Cancel(true);
640 // If we got disk error, cancel whole save page job.
642 // Cancel job with reason of disk error.
643 Cancel(false)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 291 Cancel();
399 void MenuGtk::Cancel() {
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 217 void ExtensionsDOMHandler::IconLoader::Cancel() {
390 icon_loader_->Cancel();
    [all...]
  /external/chromium/net/base/
dnsrr_resolver.cc 121 // Cancel ensures that the result callback will never be made.
122 void Cancel() {
167 // Cancel is called from the origin loop when the DnsRRResolver is getting
169 void Cancel() {
380 // DnsRRResolver is deleted, it will call Cancel on us. If it does so
656 worker_->Cancel();
776 handle->Cancel();
host_resolver_impl_unittest.cc 191 void Cancel() {
610 // Cancel everything except request 4.
611 req1.Cancel();
612 req2.Cancel();
613 req3.Cancel();
614 req5.Cancel();
634 // While we are executing within that callback, cancel the other requests
639 req_to_cancel1_->Cancel();
640 req_to_cancel2_->Cancel();
696 // Once "a:80" completes, it will cancel "a:81" and "a:82"
    [all...]
  /external/chromium/net/proxy/
proxy_service.cc 311 void Cancel() {
325 // Returns true if Cancel() has been called.
574 // Cancel any inprogress requests.
578 (*it)->Cancel();
602 // instances will be Cancel()-ed.
696 req->Cancel();
    [all...]
  /external/chromium/net/url_request/
url_request.cc 98 request->Cancel();
139 Cancel();
441 void URLRequest::Cancel() {
476 // that the Delegate implementation can call Cancel without having to worry
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 396 void VPNConfigView::Cancel() {
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 164 virtual bool Cancel() OVERRIDE;
226 bool ExtensionDevToolsInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 125 void PrivetRegisterOperationImpl::Cancel() {
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 120 void Cancel() {
122 menu_->Cancel();
  /external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc 304 Cancel();
442 void MenuGtk::Cancel() {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 128 virtual bool Cancel() OVERRIDE;
664 bool ExtensionInstallDialogView::Cancel() {
    [all...]
  /external/chromium_org/content/browser/download/
save_package.cc 109 // pause/resume/cancel, but returns a WebContents.
203 // method Cancel to be be called in destructor in test mode.
233 Cancel(true);
267 void SavePackage::Cancel(bool user_action) {
368 Cancel(false);
373 // Hack to avoid touching download_ after user cancel.
558 // If not found, we must have cancel action.
584 // We can not generate file name for this SaveItem, so we cancel the
591 Cancel(true);
679 // If we got disk error, cancel whole save page job
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_device_chromeos.cc 542 void BluetoothDeviceChromeOS::Cancel() {
544 VLOG(1) << object_path_.value() << ": Cancel";
707 LOG(WARNING) << object_path_.value() << ": Failed to cancel pairing: "
  /external/chromium_org/google_apis/drive/
base_requests.cc 312 void UrlFetchRequestBase::Cancel() {
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 126 void Cancel();
337 void OAuth2TokenService::Fetcher::Cancel() {
708 (*iter)->Cancel();
  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 256 void Cancel() {
270 Cancel();
515 helper0.Cancel();
    [all...]
  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 155 void Cancel() {
339 Cancel();
342 void ServerBoundCertService::RequestHandle::Cancel() {
547 req->Cancel();
  /external/chromium_org/webkit/child/
weburlloader_impl.cc 224 void Cancel();
275 void WebURLLoaderImpl::Context::Cancel() {
279 bridge_->Cancel();
284 multipart_delegate_->Cancel();
682 cancel();
845 void WebURLLoaderImpl::cancel() { function in class:webkit_glue::WebURLLoaderImpl
846 context_->Cancel();
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 194 Cancel(R.string.cancel, true),
195 CancelDisabled(R.string.cancel, false),
244 LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled,
258 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
262 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
266 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false);
377 } else if (mUiStage.leftMode == LeftButtonMode.Cancel) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 56 self.protocol("WM_DELETE_WINDOW", self.Cancel)
60 #self.bind('<Escape>',self.Cancel) #dismiss dialog, no save
90 self.buttonCancel = Button(frameActionButtons,text='Cancel',
91 command=self.Cancel,takefocus=FALSE,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 56 self.protocol("WM_DELETE_WINDOW", self.Cancel)
60 #self.bind('<Escape>',self.Cancel) #dismiss dialog, no save
90 self.buttonCancel = Button(frameActionButtons,text='Cancel',
91 command=self.Cancel,takefocus=FALSE,
    [all...]

Completed in 350 milliseconds

<<111213