Searched refs:_onWriteComplete (Results 1 – 2 of 2) sorted by relevance
90 socket.write(this.socketId, buf, this._onWriteComplete.bind(this));110 socket.write(this.socketId, arrayBuffer, this._onWriteComplete.bind(this));265 TcpClient.prototype._onWriteComplete = function(writeInfo) { method in TcpClient
257 chrome.sockets.tcp.send(this.socketId, arrayBuffer, this._onWriteComplete.bind(this));329 TcpConnection.prototype._onWriteComplete = function(writeInfo) { method in TcpConnection