/external/chromium_org/content/browser/download/ |
download_net_log_parameters.h | 67 // Returns NetLog parameters when a DownloadItem is canceled.
|
download_resource_handler.cc | 299 status.status() == net::URLRequestStatus::CANCELED) { 318 if (status.status() == net::URLRequestStatus::CANCELED && 320 // CANCELED + ERR_ABORTED == something outside of the network 327 // CANCELED/ERR_ABORTED can occur for reasons other than user cancel.
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_dest_gtk.h | 104 // True if the drag has been canceled.
|
web_drag_dest_mac.h | 44 // True if the drag has been canceled.
|
/external/chromium_org/content/renderer/media/ |
media_stream_dispatcher.h | 139 // been canceled.
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_attr_getdetachstate.c | 62 * canceled, or modified
|
pthread_attr_setdetachstate.c | 61 * canceled, or modified
|
/external/chromium_org/net/base/ |
net_errors_posix.cc | 66 case ECANCELED: // Operation canceled.
|
/external/chromium_org/remoting/host/posix/ |
signal_handler.cc | 34 // canceled. We don't use it, but this is as good a place as any to store it.
|
/external/chromium_org/remoting/protocol/ |
third_party_host_authenticator.h | 44 // The request is canceled if this object is destroyed.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentParser.h | 89 // stopParsing() is used when a load is canceled/stopped.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
NetworkManager.js | 355 * @param {boolean=} canceled 357 loadingFailed: function(requestId, time, localizedDescription, canceled) 364 networkRequest.canceled = canceled;
|
ProgressIndicator.js | 81 this.dispatchEventToListeners(WebInspector.Progress.Events.Canceled);
|
/external/chromium_org/ui/gfx/animation/ |
animation.h | 75 // true the delegate is notified the animation was canceled, otherwise the
|
/external/chromium_org/ui/views/animation/ |
bounds_animator_unittest.cc | 136 // Make sure an AnimationDelegate is deleted when canceled.
|
/external/chromium_org/ui/views/corewm/ |
capture_controller.cc | 49 // along (and so shouldn't be canceled) and those that got moved, so
|
/external/chromium_org/webkit/browser/fileapi/ |
file_stream_writer.h | 33 // Closes the file. If there's an in-flight operation, it is canceled (i.e.,
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 366 * The command has been canceled. The command session has ended.
368 canceled
enum constant in enum:AdHocCommand.Status 380 * The command should be canceled.
436 * (either because it was completed, canceled, or timed out).
|
/frameworks/volley/src/com/android/volley/toolbox/ |
ImageLoader.java | 329 boolean canceled = request.removeContainerAndCancelIfNecessary(this); 330 if (canceled) { 413 * @return True if the request was canceled, false otherwise. 441 // If one of the callers in the batched request canceled the request
|
/libcore/luni/src/main/java/java/nio/channels/spi/ |
AbstractSelector.java | 84 * Returns this channel's set of canceled selection keys.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
CancelActivity.java | 43 * Type of the process to be canceled. Only used for choosing appropriate title/message.
|
/packages/apps/Email/tests/src/com/android/emailcommon/utility/ |
EmailAsyncTaskTests.java | 75 // Check if they're canceled
|
/packages/apps/Exchange/res/values/ |
strings.xml | 50 <!-- Message subject for a canceled meeting email. This is followed by a 54 Canceled: 107 specific instance of a recurring meeting has been canceled --> 109 This event has been canceled
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
DropGesture.java | 60 * canceled OR the data is about to be dropped.
|
/external/chromium/chrome/browser/download/ |
save_package.cc | 229 if (!finished_ && !canceled()) { 274 if (!canceled()) { 520 DCHECK(canceled()); 632 // Because we might have canceled this saving job before, 657 DCHECK(canceled()); 691 // Inform the DownloadItem we have canceled whole save page job. 726 if (canceled()) 756 // Because we might have canceled this saving job before, 780 if (canceled()) { 820 if (canceled()) { [all...] |