Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Dinterface_endpoint_handle.js133 var handle0 = new InterfaceEndpointHandle();
134 var handle1 = new InterfaceEndpointHandle();
140 function InterfaceEndpointHandle(interfaceId, associatedGroupController) { class
144 InterfaceEndpointHandle.prototype.isValid = function() { class
148 InterfaceEndpointHandle.prototype.pendingAssociation = function() {
152 InterfaceEndpointHandle.prototype.id = function() {
156 InterfaceEndpointHandle.prototype.groupController = function() {
160 InterfaceEndpointHandle.prototype.disconnectReason = function() {
164 InterfaceEndpointHandle.prototype.setAssociationEventHandler = function(
169 InterfaceEndpointHandle.prototype.notifyAssociation = function(interfaceId,
[all …]
Drouter.js165 return new internal.InterfaceEndpointHandle();
174 return new internal.InterfaceEndpointHandle();
196 return new internal.InterfaceEndpointHandle();
201 return new internal.InterfaceEndpointHandle(interfaceId, this);
Dinterface_endpoint_client.js57 return new internal.InterfaceEndpointHandle();