/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/remoting/webapp/ |
D | host_controller.js | 56 CANCELLED: 2, property 138 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 139 onStartError(remoting.Error.CANCELLED); 334 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 335 onError(remoting.Error.CANCELLED); 371 } else if (result == remoting.HostController.AsyncResult.CANCELLED) { 372 onError(remoting.Error.CANCELLED);
|
D | error.js | 19 CANCELLED: '__CANCELLED__', property
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
D | app_installer.js | 32 CANCELLED: 'AppInstaller.cancelled', property 73 AppInstaller.Result.CANCELLED :
|
D | suggest_apps_dialog.js | 393 case AppInstaller.Result.CANCELLED: 395 SuggestAppsDialog.Metrics.INSTALL.CANCELLED); 423 SuggestAppsDialog.Metrics.LOAD.CANCELLED); 501 CANCELLED: 1, property 531 CANCELLED: 1, property
|
/external/chromium_org/chrome/browser/download/ |
D | download_item_model_unittest.cc | 388 { DownloadItem::CANCELLED, false, false, false, false}, in TEST_F() 389 { DownloadItem::CANCELLED, false, true , false, false}, in TEST_F() 390 { DownloadItem::CANCELLED, true , false, false, false}, in TEST_F() 391 { 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/chrome/browser/download/ |
D | download_item_model.cc | 82 case DownloadItem::CANCELLED: in GetStatusText() 126 case DownloadItem::CANCELLED: in GetStatusText()
|
D | download_item.cc | 81 case DownloadItem::CANCELLED: in DebugDownloadStateString() 148 state_ = CANCELLED; in DownloadItem() 347 state_ = CANCELLED; in Cancel() 635 return (state_ == CANCELLED) || (state_ == INTERRUPTED); in IsCancelled()
|
D | download_manager_unittest.cc | 445 EXPECT_FALSE(observer->hit_state(DownloadItem::CANCELLED)); in TEST_F() 456 EXPECT_FALSE(observer->hit_state(DownloadItem::CANCELLED)); in TEST_F() 508 EXPECT_TRUE(observer->hit_state(DownloadItem::CANCELLED)); in TEST_F() 589 EXPECT_FALSE(observer->hit_state(DownloadItem::CANCELLED)); in TEST_F()
|
/external/chromium/chrome/browser/history/ |
D | download_database.cc | 143 statement.BindInt(0, DownloadItem::CANCELLED); in CleanUpInProgressEntries() 195 statement.BindInt(3, DownloadItem::CANCELLED); in RemoveDownloadsBetween()
|
/external/chromium_org/components/navigation_interception/ |
D | intercept_navigation_resource_throttle_unittest.cc | 78 CANCELLED enumerator 92 status_ = CANCELLED; in CancelAndIgnore() 169 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 | 900 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in PinCodeCallback() 935 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in PasskeyCallback() 969 } else if (status == BluetoothAgentServiceProvider::Delegate::CANCELLED) { in ConfirmationCallback() 1036 } else if (status == BluetoothProfileServiceProvider::Delegate::CANCELLED) { in ConnectionCallback() 1055 } else if (status == BluetoothProfileServiceProvider::Delegate::CANCELLED) { in DisconnectionCallback()
|
/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/device/bluetooth/ |
D | bluetooth_device_chromeos.cc | 336 if (!RunPairingCallbacks(CANCELLED)) { in CancelPairing() 531 callback.Run(CANCELLED); in RequestAuthorization() 539 callback.Run(CANCELLED); in AuthorizeService()
|
/external/chromium_org/chrome/browser/ui/cocoa/download/ |
D | download_item_mac.mm | 53 case DownloadItem::CANCELLED:
|
/external/chromium_org/content/public/browser/ |
D | download_item.h | 61 CANCELLED, enumerator
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_item_mac.mm | 60 case DownloadItem::CANCELLED:
|
/external/chromium/net/base/ |
D | net_log_event_type_list.h | 14 EVENT_TYPE(CANCELLED)
|
/external/chromium_org/chrome/browser/plugins/ |
D | plugin_installer.cc | 91 case DownloadItem::CANCELLED: { in OnDownloadUpdated()
|