Home | History | Annotate | Download | only in js

Lines Matching defs:bind

30     output.ptr.bind(new mojo.InterfacePtrInfo(pipe.handle0, 0));
38 // |ptrInfoOrHandle| could be omitted and passed into bind() later.
48 // |handle_| is valid between bind() and
53 this.bind(ptrInfoOrHandle);
56 InterfacePtrController.prototype.bind = function(ptrInfoOrHandle) {
155 onQueryVersion.bind(this));
170 // |request| could be omitted and passed into bind() later.
191 this.bind(requestOrHandle);
201 this.bind(makeRequest(ptr));
205 Binding.prototype.bind = function(requestOrHandle) {
274 }.bind(this));
322 // |associatedPtrInfo| could be omitted and passed into bind() later.
355 // // Create an associated interface and bind the associated handle.
357 // integerSender.ptr.bind(associatedInterfacePtrInfo);
368 this.bind(associatedPtrInfo);
372 AssociatedInterfacePtrController.prototype.bind = function(
448 onQueryVersion.bind(this));
462 // |associatedInterfaceRequest| could be omitted and passed into bind()
471 this.bind(associatedInterfaceRequest);
479 AssociatedBinding.prototype.bind = function(associatedInterfaceRequest) {