Home
last modified time | relevance | path

Searched refs:setConnectionErrorHandler (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/js/
Dbindings.js100 InterfacePtrController.prototype.setConnectionErrorHandler = function( method in InterfacePtrController
106 this.interfaceEndpointClient_.setConnectionErrorHandler(callback);
246 Binding.prototype.setConnectionErrorHandler = function(callback) { method in Binding
250 this.interfaceEndpointClient_.setConnectionErrorHandler(callback);
272 this.binding_.setConnectionErrorHandler(function(reason) {
307 BindingSet.prototype.setConnectionErrorHandler = function(callback) { method in BindingSet
417 AssociatedInterfacePtrController.prototype.setConnectionErrorHandler = method in AssociatedInterfacePtrController
423 this.interfaceEndpointClient_.setConnectionErrorHandler(callback);
513 AssociatedBinding.prototype.setConnectionErrorHandler = function(callback) { method in AssociatedBinding
517 this.interfaceEndpointClient_.setConnectionErrorHandler(callback);
DREADME.md166 echoServicePtr.ptr.setConnectionErrorHandler(function() {
171 echoServiceBinding.setConnectionErrorHandler(function() {
/external/libchrome/mojo/public/js/lib/
Dinterface_endpoint_client.js131 InterfaceEndpointClient.prototype.setConnectionErrorHandler = function( method in InterfaceEndpointClient