Home
last modified time | relevance | path

Searched refs:onCancel (Results 1 – 25 of 39) sorted by relevance

12

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DEventChannel.java127 void onCancel(Object arguments); in onCancel() method
174 onCancel(call.arguments, reply); in onMessage()
187 handler.onCancel(null); in onListen()
202 private void onCancel(Object arguments, BinaryReply callback) { in onCancel() method in EventChannel.IncomingStreamRequestHandler
206 handler.onCancel(arguments); in onCancel()
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Ddebuggability.js320 Promise.prototype._attachCancellationCallback = function(onCancel) { argument
335 executor(resolve, reject, function(onCancel) { argument
336 if (typeof onCancel !== "function") {
338 util.toString(onCancel));
340 promise._attachCancellationCallback(onCancel);
347 function cancellationAttachCancellationCallback(onCancel) { argument
353 previousOnCancel.push(onCancel);
355 this._setOnCancel([previousOnCancel, onCancel]);
358 this._setOnCancel(onCancel);
366 function cancellationSetOnCancel(onCancel) { argument
[all …]
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dexpansion_panels_demo.dart86 this.onCancel,
92 final VoidCallback onCancel;
123 onPressed: onCancel,
211 onCancel: () { Form.of(context).reset(); close(); },
245 onCancel: () { Form.of(context).reset(); close(); },
299 onCancel: () { Form.of(context).reset(); close(); },
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/
Dmonodrag.dart33 /// See [DragGestureRecognizer.onCancel].
151 GestureDragCancelCallback onCancel;
209 onCancel == null)
430 if (onCancel != null)
431 invokeCallback<void>('onCancel', onCancel);
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSubscriber.js24 onCancel: function (...args) { method
/third_party/flutter/flutter/examples/platform_channel_swift/ios/Runner/
DAppDelegate.swift98 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
/third_party/flutter/flutter/dev/manual_tests/lib/
Dmaterial_arc.dart23 _DragHandler(this.onUpdate, this.onCancel, this.onEnd);
26 final GestureDragCancelCallback onCancel;
36 onCancel();
/third_party/flutter/flutter/examples/platform_channel_swift/android/app/src/main/java/com/example/platformchannel/
DMainActivity.java46 public void onCancel(Object arguments) { in onCreate()
/third_party/flutter/flutter/examples/platform_channel/android/app/src/main/java/com/example/platformchannel/
DMainActivity.java46 public void onCancel(Object arguments) { in onCreate()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dgesture_detector_semantics_test.dart539 ..onCancel = () {logs.add('WRONG');};
549 ..onCancel = () {logs.add('WRONG');};
630 ..onCancel = () {logs.add('WRONG');};
640 ..onCancel = () {logs.add('WRONG');};
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js845 Promise.prototype._attachCancellationCallback = function(onCancel) {
860 executor(resolve, reject, function(onCancel) { argument
861 if (typeof onCancel !== "function") {
863 util.toString(onCancel));
865 promise._attachCancellationCallback(onCancel);
872 function cancellationAttachCancellationCallback(onCancel) {
878 previousOnCancel.push(onCancel);
880 this._setOnCancel([previousOnCancel, onCancel]);
883 this._setOnCancel(onCancel);
891 function cancellationSetOnCancel(onCancel) {
[all …]
Dbluebird.js992 Promise.prototype._attachCancellationCallback = function(onCancel) {
1007 executor(resolve, reject, function(onCancel) { argument
1008 if (typeof onCancel !== "function") {
1010 util.toString(onCancel));
1012 promise._attachCancellationCallback(onCancel);
1019 function cancellationAttachCancellationCallback(onCancel) {
1025 previousOnCancel.push(onCancel);
1027 this._setOnCancel([previousOnCancel, onCancel]);
1030 this._setOnCancel(onCancel);
1038 function cancellationSetOnCancel(onCancel) {
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DGlitchActivity.java287 public void onCancel(View view) { in onCancel() method in GlitchActivity
DRoundTripLatencyActivity.java388 public void onCancel(View view) { in onCancel() method in RoundTripLatencyActivity
DTestDisconnectActivity.java209 public void onCancel(View view) { in onCancel() method in TestDisconnectActivity
/third_party/flutter/flutter/packages/flutter_tools/test/src/
Dtestbed.dart418 void Function(StreamSubscription<Uint8List> subscription) onCancel,
420 return _delegate.asBroadcastStream(onListen: onListen, onCancel: onCancel);
/third_party/flutter/flutter/packages/flutter/test/gestures/
Ddrag_test.dart269 drag1.onCancel = () { log.add('drag1-cancel'); };
274 drag2.onCancel = () { log.add('drag2-cancel'); };
621 ..onCancel = () {
822 ..onCancel = () {
/third_party/flutter/flutter/packages/flutter/test/material/
Dtext_field_splash_test.dart192 // and less than kLongPressTimeout then onTapDown, onCancel will be called.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_sdk.dart65 StreamController<String>(onCancel: () {
/third_party/flutter/flutter/packages/flutter_tools/tool/
Dtool_coverage.dart169 …final CancelableCompleter<dynamic> completer = CancelableCompleter<dynamic>(onCancel: () => _isola…
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dvmservice_record_replay.dart127 _controller.onCancel = () async {
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift534 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscrollable.dart417 ..onCancel = _handleDragCancel
436 ..onCancel = _handleDragCancel
Dgesture_detector.dart639 ..onCancel = onVerticalDragCancel
658 ..onCancel = onHorizontalDragCancel
677 ..onCancel = onPanCancel
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/
DEjdb2FlutterPlugin.java124 public void onCancel(Object arguments) { in onCancel() method in Ejdb2FlutterPlugin

12