/external/chromium_org/net/dns/ |
D | serial_worker.cc | 46 case CANCELLED: in WorkNow() 57 state_ = CANCELLED; in Cancel() 70 case CANCELLED: in OnWorkJobFinished() 88 case CANCELLED: in RetryWork()
|
D | serial_worker.h | 51 bool IsCancelled() const { return state_ == CANCELLED; } in NON_EXPORTED_BASE() 68 CANCELLED = -1, in NON_EXPORTED_BASE() enumerator
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractFuture.java | 223 static final int CANCELLED = 4; field in AbstractFuture.Sync 294 case CANCELLED: in getValue() 307 return (getState() & (COMPLETED | CANCELLED)) != 0; in isDone() 314 return getState() == CANCELLED; in isCancelled() 335 return complete(null, null, CANCELLED); in cancel()
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_pairing_chromeos.cc | 59 BluetoothAgentServiceProvider::Delegate::CANCELLED, ""); in ~BluetoothPairingChromeOS() 64 BluetoothAgentServiceProvider::Delegate::CANCELLED, 0); in ~BluetoothPairingChromeOS() 69 BluetoothAgentServiceProvider::Delegate::CANCELLED); in ~BluetoothPairingChromeOS() 227 BluetoothAgentServiceProvider::Delegate::CANCELLED); in CancelPairing()
|
/external/chromium_org/remoting/webapp/ |
D | host_controller.js | 44 CANCELLED: 2, property 161 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 162 onStartError(remoting.Error.CANCELLED); 378 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 379 onError(remoting.Error.CANCELLED); 415 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 416 onError(remoting.Error.CANCELLED);
|
D | host_install_dialog.js | 76 that.onErrorHandler_(remoting.Error.CANCELLED); 111 this.onErrorHandler_(remoting.Error.CANCELLED);
|
D | error.js | 19 CANCELLED: '__CANCELLED__', property
|
D | host_installer.js | 102 throw new Error(remoting.Error.CANCELLED);
|
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/ |
D | MojoResult.java | 12 public static final int CANCELLED = -1; field in MojoResult 43 case CANCELLED: in describe()
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | app_installer.js | 32 CANCELLED: 'AppInstaller.cancelled', property 74 AppInstaller.Result.CANCELLED :
|
D | suggest_apps_dialog.js | 394 case AppInstaller.Result.CANCELLED: 396 SuggestAppsDialog.Metrics.INSTALL.CANCELLED); 424 SuggestAppsDialog.Metrics.LOAD.CANCELLED); 502 CANCELLED: 1, property 532 CANCELLED: 1, property
|
/external/chromium_org/chrome/browser/download/ |
D | download_item_model_unittest.cc | 398 { DownloadItem::CANCELLED, false, false, false, false}, in TEST_F() 399 { DownloadItem::CANCELLED, false, true , false, false}, in TEST_F() 400 { DownloadItem::CANCELLED, true , false, false, false}, in TEST_F() 401 { DownloadItem::CANCELLED, true , true , false, false}, in TEST_F()
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
D | MessageEvent.java | 65 public static final String CANCELLED = "cancelled"; field in MessageEvent 176 allEvents.add(MessageEvent.CANCELLED); in getEventTypes()
|
/external/chromium_org/components/copresence/proto/ |
D | codes.proto | 6 CANCELLED = 1; enumerator
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 79 CANCELLED enumerator 93 status_ = CANCELLED; in CancelAndIgnore() 172 MockResourceController::CANCELLED; in request_cancelled()
|
/external/chromium_org/chromeos/dbus/ |
D | bluetooth_profile_service_provider.h | 46 CANCELLED enumerator
|
D | bluetooth_agent_service_provider.h | 46 CANCELLED enumerator
|
D | bluetooth_agent_service_provider.cc | 356 case Delegate::CANCELLED: { in OnPinCode() 391 case Delegate::CANCELLED: { in OnPasskey() 421 case Delegate::CANCELLED: { in OnConfirmation()
|
D | fake_bluetooth_device_client.cc | 1038 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in PinCodeCallback() 1073 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in PasskeyCallback() 1107 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in ConfirmationCallback() 1174 } else if (status == BluetoothProfileServiceProvider::Delegate::CANCELLED) { in ConnectionCallback() 1193 } else if (status == BluetoothProfileServiceProvider::Delegate::CANCELLED) { in DisconnectionCallback()
|
/external/chromium_org/remoting/webapp/background/ |
D | it2me_helpee_channel.js | 309 return Promise.reject(new Error(remoting.Error.CANCELLED)); 340 reject(new Error(remoting.Error.CANCELLED));
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 120 CANCELLED, enumerator 1684 tpriv->reap_action = CANCELLED; in cancel_control_transfer() 1712 tpriv->reap_action = CANCELLED; in cancel_bulk_transfer() 1734 tpriv->reap_action = CANCELLED; in cancel_iso_transfer() 1836 if (tpriv->reap_action == CANCELLED) { in handle_bulk_completion() 1970 if (tpriv->reap_action == CANCELLED) { in handle_iso_completion() 2022 if (tpriv->reap_action == CANCELLED) { in handle_control_completion()
|
/external/chromium_org/chrome/browser/plugins/ |
D | plugin_installer.cc | 42 case DownloadItem::CANCELLED: { in OnDownloadUpdated()
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 61 CANCELLED, enumerator
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_mac.mm | 53 case DownloadItem::CANCELLED:
|
/external/chromium_org/content/browser/android/ |
D | download_controller_android_impl.cc | 266 if (item->IsDangerous() && (item->GetState() != DownloadItem::CANCELLED)) in OnDownloadUpdated() 302 case DownloadItem::CANCELLED: in OnDownloadUpdated()
|