Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/js/lib/
Drouter.js119 setTimeout(endpoint.client.notifyError.bind(endpoint.client), 0);
257 setTimeout(endpoint.client.notifyError.bind(endpoint.client, reason),
272 endpoint.client.notifyError.bind(
Dinterface_endpoint_client.js50 setTimeout(this.notifyError.bind(this, this.handle_.disconnectReason()),
192 InterfaceEndpointClient.prototype.notifyError = function(reason) { method in InterfaceEndpointClient
/external/mesa3d/src/glx/
Dglxglvnd.c76 imports->notifyError = NULL; in __glx_Main()