Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Drouter.js13 var EndpointStateUpdateType = { variable
90 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
98 EndpointStateUpdateType.ENDPOINT_CLOSED);
187 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
261 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
277 EndpointStateUpdateType.PEER_ENDPOINT_CLOSED);
291 EndpointStateUpdateType.ENDPOINT_CLOSED);
306 if (endpointStateUpdateType === EndpointStateUpdateType.ENDPOINT_CLOSED) {
/external/libchrome/mojo/public/cpp/bindings/lib/
Dmultiplex_router.h225 enum EndpointStateUpdateType { ENDPOINT_CLOSED, PEER_ENDPOINT_CLOSED }; enum
227 EndpointStateUpdateType type);
Dmultiplex_router.cc897 EndpointStateUpdateType type) { in UpdateEndpointStateMayRemove()