Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/
Dbindings.js464 function AssociatedBinding(interfaceType, impl, associatedInterfaceRequest) { argument
470 if (associatedInterfaceRequest) {
471 this.bind(associatedInterfaceRequest);
479 AssociatedBinding.prototype.bind = function(associatedInterfaceRequest) { argument
484 associatedInterfaceRequest.interfaceEndpointHandle, this.stub_,