Home
last modified time | relevance | path

Searched refs:CANCELLED (Results 1 – 25 of 68) 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/remoting/webapp/
Dhost_controller.js56 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);
Derror.js19 CANCELLED: '__CANCELLED__', property
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
Dapp_installer.js32 CANCELLED: 'AppInstaller.cancelled', property
73 AppInstaller.Result.CANCELLED :
Dsuggest_apps_dialog.js393 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/
Ddownload_item_model_unittest.cc388 { 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/
DMessageEvent.java65 public static final String CANCELLED = "cancelled"; field in MessageEvent
176 allEvents.add(MessageEvent.CANCELLED); in getEventTypes()
/external/chromium/chrome/browser/download/
Ddownload_item_model.cc82 case DownloadItem::CANCELLED: in GetStatusText()
126 case DownloadItem::CANCELLED: in GetStatusText()
Ddownload_item.cc81 case DownloadItem::CANCELLED: in DebugDownloadStateString()
148 state_ = CANCELLED; in DownloadItem()
347 state_ = CANCELLED; in Cancel()
635 return (state_ == CANCELLED) || (state_ == INTERRUPTED); in IsCancelled()
Ddownload_manager_unittest.cc445 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/
Ddownload_database.cc143 statement.BindInt(0, DownloadItem::CANCELLED); in CleanUpInProgressEntries()
195 statement.BindInt(3, DownloadItem::CANCELLED); in RemoveDownloadsBetween()
/external/chromium_org/components/navigation_interception/
Dintercept_navigation_resource_throttle_unittest.cc78 CANCELLED enumerator
92 status_ = CANCELLED; in CancelAndIgnore()
169 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.cc900 } 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/
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/device/bluetooth/
Dbluetooth_device_chromeos.cc336 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/
Ddownload_item_mac.mm53 case DownloadItem::CANCELLED:
/external/chromium_org/content/public/browser/
Ddownload_item.h61 CANCELLED, enumerator
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_mac.mm60 case DownloadItem::CANCELLED:
/external/chromium/net/base/
Dnet_log_event_type_list.h14 EVENT_TYPE(CANCELLED)
/external/chromium_org/chrome/browser/plugins/
Dplugin_installer.cc91 case DownloadItem::CANCELLED: { in OnDownloadUpdated()

123