Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Dinterface_endpoint_handle.js15 function State(interfaceId, associatedGroupController) { argument
21 this.associatedGroupController = associatedGroupController;
45 cachedGroupController = this.associatedGroupController;
46 this.associatedGroupController = null;
108 associatedGroupController) { argument
116 this.associatedGroupController = associatedGroupController;
140 function InterfaceEndpointHandle(interfaceId, associatedGroupController) { argument
141 this.state_ = new State(interfaceId, associatedGroupController);
157 return this.state_.associatedGroupController;
Dcodec.js527 associatedGroupController) { argument
537 data.push(associatedGroupController.associateInterface(handle));
545 associatedGroupController) { argument
555 var handle = associatedGroupController.createLocalEndpointHandle(ids[i]);