Searched refs:_onReceiveError (Results 1 – 1 of 1) sorted by relevance
226 this._onReceiveError = this._onReceiveError.bind(this);228 chrome.sockets.tcp.onReceiveError.addListener(this._onReceiveError);273 chrome.sockets.tcp.onReceiveError.removeListener(this._onReceiveError);316 TcpConnection.prototype._onReceiveError = function (info) { method in TcpConnection