Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 25 of 61) sorted by relevance

123

/external/chromium_org/net/dns/
Dserial_worker.cc46 case CANCELLED: in WorkNow()
57 state_ = CANCELLED; in Cancel()
70 case CANCELLED: in OnWorkJobFinished()
88 case CANCELLED: in RetryWork()
Dserial_worker.h51 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/
DAbstractFuture.java223 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/
Dbluetooth_pairing_chromeos.cc59 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/
Dhost_controller.js44 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);
Dhost_install_dialog.js76 that.onErrorHandler_(remoting.Error.CANCELLED);
111 this.onErrorHandler_(remoting.Error.CANCELLED);
Derror.js19 CANCELLED: '__CANCELLED__', property
Dhost_installer.js102 throw new Error(remoting.Error.CANCELLED);
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
DMojoResult.java12 public static final int CANCELLED = -1; field in MojoResult
43 case CANCELLED: in describe()
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dapp_installer.js32 CANCELLED: 'AppInstaller.cancelled', property
74 AppInstaller.Result.CANCELLED :
Dsuggest_apps_dialog.js394 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/
Ddownload_item_model_unittest.cc398 { 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/
DMessageEvent.java65 public static final String CANCELLED = "cancelled"; field in MessageEvent
176 allEvents.add(MessageEvent.CANCELLED); in getEventTypes()
/external/chromium_org/components/copresence/proto/
Dcodes.proto6 CANCELLED = 1; enumerator
/external/chromium_org/components/navigation_interception/
Dintercept_navigation_resource_throttle_unittest.cc79 CANCELLED enumerator
93 status_ = CANCELLED; in CancelAndIgnore()
172 MockResourceController::CANCELLED; in request_cancelled()
/external/chromium_org/chromeos/dbus/
Dbluetooth_profile_service_provider.h46 CANCELLED enumerator
Dbluetooth_agent_service_provider.h46 CANCELLED enumerator
Dbluetooth_agent_service_provider.cc356 case Delegate::CANCELLED: { in OnPinCode()
391 case Delegate::CANCELLED: { in OnPasskey()
421 case Delegate::CANCELLED: { in OnConfirmation()
Dfake_bluetooth_device_client.cc1038 } 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/
Dit2me_helpee_channel.js309 return Promise.reject(new Error(remoting.Error.CANCELLED));
340 reject(new Error(remoting.Error.CANCELLED));
/external/libusb/libusb/os/
Dlinux_usbfs.c120 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/
Dplugin_installer.cc42 case DownloadItem::CANCELLED: { in OnDownloadUpdated()
/external/chromium_org/content/public/browser/
Ddownload_item.h61 CANCELLED, enumerator
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_mac.mm53 case DownloadItem::CANCELLED:
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc266 if (item->IsDangerous() && (item->GetState() != DownloadItem::CANCELLED)) in OnDownloadUpdated()
302 case DownloadItem::CANCELLED: in OnDownloadUpdated()

123