HomeSort by relevance Sort by last modified time
    Searched full:canceled (Results 176 - 200 of 1113) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/chrome/browser/chromeos/
version_loader.cc 139 if (request->canceled())
184 if (request->canceled())
  /external/chromium/chrome/browser/download/
base_file.cc 97 // Don't close the file if we're not done (finished or canceled).
138 // We don't need to re-open the file if we're done (finished or canceled).
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.cc 225 // Task is Canceled.
226 DVLOG(1) << "WebSocketExperiment Task is canceled.";
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.js 204 * Called by the browser when loading a trace file was canceled.
230 * Called by the browser when saving a trace file was canceled.
  /external/chromium/net/url_request/
url_request_job_manager.cc 111 (request->status().status() == URLRequestStatus::CANCELED) ||
131 (request->status().status() == URLRequestStatus::CANCELED) ||
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsClientBridge.java 39 // If returns false, the request is immediately canceled, and any call to proceedSslError
40 // has no effect. If returns true, the request should be canceled or proceeded using
  /external/chromium_org/cc/resources/
raster_worker_pool.h 180 // raster tasks in |queue| will be canceled unless already running.
182 // even if they later get canceled by another call to ScheduleTasks().
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.cc 68 "Downloading wallpaper %s is canceled.",
70 callback_.Run(net::URLRequestStatus::CANCELED, error);
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt.cc 92 LOG(ERROR) << "Login attempt canceled!?!? Trying again.";
96 LOG(ERROR) << "Login attempt canceled again? Already retried...";
online_attempt_unittest.cc 93 // and then come back on the UI thread saying they've been canceled.
116 // and then come back on the UI thread saying they've been canceled.
  /external/chromium_org/chrome/browser/extensions/
bundle_installer.h 62 // install has failed or been canceled.
133 // Notifies the delegate that the installation was canceled.
  /external/chromium_org/chrome/renderer/prerender/
prerender_dispatcher.cc 133 // been canceled before it was started), so release it to avoid a
145 // been canceled before it was started), so release it to avoid a
  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 178 // Set the result as net::URLRequestStatus::CANCELED.
192 set_result(net::URLRequestStatus::CANCELED, 0);
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_store.h 84 // Store a new policy blob. Pending load/store operations will be canceled.
99 // operations will be canceled. This may trigger asynchronous operations.
device_management_service.h 33 // canceled by deleting the object.
162 // completes or gets canceled via RemoveJob().
  /external/chromium_org/net/base/
prioritized_dispatcher.h 52 // deleted after it is dispatched or canceled, or the dispatcher is destroyed.
63 // canceled, updated, or started.
  /external/chromium_org/net/cert/
cert_verifier.h 72 // canceled, and their completion callbacks will not be called.
114 // After a request is canceled, its completion callback will not be called.
  /external/chromium_org/net/dns/
host_resolver.h 156 // After a request is canceled, its completion callback will not be called.
158 // has already run or the request was canceled.
  /external/chromium_org/net/http/
http_stream_factory_impl.h 143 // not be canceled when Requests are canceled. Therefore, in
  /external/chromium_org/ui/views/window/
dialog_delegate_unittest.cc 62 void CheckAndResetStates(bool canceled, bool accepted, Button* last_pressed) {
63 EXPECT_EQ(canceled, canceled_);
  /external/smack/src/org/jivesoftware/smackx/provider/
AdHocCommandDataProvider.java 62 else if (AdHocCommand.Status.canceled.toString().equalsIgnoreCase(status)) {
63 adHocCommandData.setStatus(AdHocCommand.Status.canceled);
  /frameworks/base/core/java/android/nfc/tech/
NfcA.java 109 * not be called from the main application thread. A blocked call will be canceled with
117 * @throws IOException if there is an I/O failure, or this operation is canceled
NfcB.java 104 * not be called from the main application thread. A blocked call will be canceled with
112 * @throws IOException if there is an I/O failure, or this operation is canceled
NfcF.java 108 * not be called from the main application thread. A blocked call will be canceled with
116 * @throws IOException if there is an I/O failure, or this operation is canceled
  /frameworks/volley/src/com/android/volley/
CacheDispatcher.java 94 // If the request has been canceled, don't bother dispatching it.
96 request.finish("cache-discard-canceled");

Completed in 1751 milliseconds

1 2 3 4 5 6 78 91011>>