HomeSort by relevance Sort by last modified time
    Searched full:cancelled (Results 226 - 250 of 1205) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 204 // Processing for the cases when dialog was cancelled.
238 // has been ended (either updated or cancelled).
242 // completed (either cancelled or with entry of PIN/PUK).
243 void NotifyOnEnterPinEnded(bool cancelled);
460 // If dialog was cancelled that means RequirePin preference hasn't been
608 void SimUnlockHandler::NotifyOnEnterPinEnded(bool cancelled) {
612 content::Details<bool>(&cancelled));
  /external/chromium_org/content/browser/loader/
resource_loader.cc 359 // If the handler cancelled or deferred the request, do not continue
360 // processing the read. If cancelled, the URLRequest has already been
361 // cancelled and will schedule an erroring OnReadCompleted later. If deferred,
383 // The request can be NULL if it was cancelled by the renderer (as the
473 // cancelled on navigate away and end up in the local cache.
630 // Note: the request may still have been cancelled while OnReadCompleted
631 // returns true if OnReadCompleted caused request to get cancelled
  /external/chromium_org/android_webview/common/
print_messages.h 402 // Asks the browser whether the print preview has been cancelled.
406 bool /* print preview cancelled */)
422 // Tell the browser print preview was cancelled.
  /external/chromium_org/components/dom_distiller/content/
dom_distiller_viewer_source.cc 71 // cancelled.
165 // Schedule the Viewer for deletion. Ensures distillation is cancelled, and
288 // request is not cancelled. The |RequestViewerHandle| will delete itself
  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle_unittest.cc 79 CANCELLED
93 status_ = CANCELLED;
171 MockResourceController::CANCELLED;
  /external/chromium_org/components/password_manager/core/browser/
password_store.h 150 // completion. The request will be cancelled if the consumer is destroyed.
163 // The request will be cancelled if the consumer is destroyed.
167 // and notify |consumer| on completion. The request will be cancelled if the
  /external/chromium_org/third_party/WebKit/public/platform/
WebCrypto.h 101 // Returns true if the underlying operation was cancelled.
103 BLINK_PLATFORM_EXPORT bool cancelled() const;
156 // If the request was cancelled it is not necessary for implementations to
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 175 // Complete or failed cannot be cancelled
180 mState = State.CANCELLED;
327 mState = State.CANCELLED;
  /packages/services/Telephony/src/com/android/phone/
EditFdnContactScreen.java 136 // if they cancelled, then we just cancel too.
137 if (DBG) log("onActivityResult: cancelled.");
146 if (DBG) log("onActivityResult: cancelled.");
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
MultipartForm.java 92 // Open the stream to get a response. Otherwise request will be cancelled.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentReceiveResult.java 116 text.append("(cancelled)");
PrintCustomContent.java 126 // If we are already cancelled, don't do any work.
293 // Task was cancelled, report that.
305 // If we are already cancelled, don't do any work.
433 // Task was cancelled, report that.
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 118 text.append("(cancelled)");
  /external/chromium_org/android_webview/browser/
aw_contents_io_thread_client.h 91 // The download is already cancelled when this is called, since
  /external/chromium_org/chrome/browser/chromeos/input_method/
browser_state_monitor.cc 29 // We should not use ALL_BROWSERS_CLOSING here since logout might be cancelled
  /external/chromium_org/chrome/browser/common/
cancelable_request.cc 72 // This message should only get sent if the class is not cancelled, or
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller_unittest.cc 87 // When an infobar is cancelled, the infobar helper sends a notification to
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h 51 // reservation that will live until |download_item| is interrupted, cancelled,
  /external/chromium_org/chrome/browser/notifications/
notification_test_util.h 123 // Test hook to check the ID of the last notification cancelled.
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.cc 42 case DownloadItem::CANCELLED: {
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.h 127 // Check to see if print preview has been cancelled.
  /external/chromium_org/chrome/browser/resources/ntp4/
page_switcher.js 117 * cancelled by cancelDelayedSwitch_.
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_uploader.h 62 // will not be called if the upload is cancelled by destructing the
  /external/chromium_org/chrome/browser/sync/
profile_sync_auth_provider.cc 91 // If there is already pending request report it as cancelled.
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 90 // User cancelled entering password. Oh well.

Completed in 1376 milliseconds

1 2 3 4 5 6 7 8 91011>>