/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/ |
D | EventChannel.java | 127 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/ |
D | debuggability.js | 320 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/ |
D | expansion_panels_demo.dart | 86 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/ |
D | monodrag.dart | 33 /// 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/ |
D | notificationSubscriber.js | 24 onCancel: function (...args) { method
|
/third_party/flutter/flutter/examples/platform_channel_swift/ios/Runner/ |
D | AppDelegate.swift | 98 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | material_arc.dart | 23 _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/ |
D | MainActivity.java | 46 public void onCancel(Object arguments) { in onCreate()
|
/third_party/flutter/flutter/examples/platform_channel/android/app/src/main/java/com/example/platformchannel/ |
D | MainActivity.java | 46 public void onCancel(Object arguments) { in onCreate()
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | gesture_detector_semantics_test.dart | 539 ..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/ |
D | bluebird.core.js | 845 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 …]
|
D | bluebird.js | 992 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/ |
D | GlitchActivity.java | 287 public void onCancel(View view) { in onCancel() method in GlitchActivity
|
D | RoundTripLatencyActivity.java | 388 public void onCancel(View view) { in onCancel() method in RoundTripLatencyActivity
|
D | TestDisconnectActivity.java | 209 public void onCancel(View view) { in onCancel() method in TestDisconnectActivity
|
/third_party/flutter/flutter/packages/flutter_tools/test/src/ |
D | testbed.dart | 418 void Function(StreamSubscription<Uint8List> subscription) onCancel, 420 return _delegate.asBroadcastStream(onListen: onListen, onCancel: onCancel);
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | drag_test.dart | 269 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/ |
D | text_field_splash_test.dart | 192 // and less than kLongPressTimeout then onTapDown, onCancel will be called.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | fuchsia_sdk.dart | 65 StreamController<String>(onCancel: () {
|
/third_party/flutter/flutter/packages/flutter_tools/tool/ |
D | tool_coverage.dart | 169 …final CancelableCompleter<dynamic> completer = CancelableCompleter<dynamic>(onCancel: () => _isola…
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | vmservice_record_replay.dart | 127 _controller.onCancel = () async {
|
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/ |
D | SwiftEjdb2FlutterPlugin.swift | 534 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scrollable.dart | 417 ..onCancel = _handleDragCancel 436 ..onCancel = _handleDragCancel
|
D | gesture_detector.dart | 639 ..onCancel = onVerticalDragCancel 658 ..onCancel = onHorizontalDragCancel 677 ..onCancel = onPanCancel
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/ |
D | Ejdb2FlutterPlugin.java | 124 public void onCancel(Object arguments) { in onCancel() method in Ejdb2FlutterPlugin
|