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