Home
last modified time | relevance | path

Searched defs:onCancel (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/common/
DEventChannel.java127 void onCancel(Object arguments); in onCancel() method
202 private void onCancel(Object arguments, BinaryReply callback) { in onCancel() method in EventChannel.IncomingStreamRequestHandler
/third_party/flutter/flutter/examples/platform_channel_swift/ios/Runner/
DAppDelegate.swift98 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSubscriber.js24 onCancel: function (...args) { method
/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
347 function cancellationAttachCancellationCallback(onCancel) { argument
366 function cancellationSetOnCancel(onCancel) { argument
/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/ejdb/src/bindings/ejdb2_flutter/ios/Classes/
DSwiftEjdb2FlutterPlugin.swift534 public func onCancel(withArguments arguments: Any?) -> FlutterError? { in onCancel() function
/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
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js860 executor(resolve, reject, function(onCancel) { argument
Dbluebird.js1007 executor(resolve, reject, function(onCancel) { argument