amount_sent 77 content/browser/renderer_host/socket_stream_dispatcher_host.cc int amount_sent) { amount_sent 80 content/browser/renderer_host/socket_stream_dispatcher_host.cc << " amount_sent=" << amount_sent; amount_sent 85 content/browser/renderer_host/socket_stream_dispatcher_host.cc if (!Send(new SocketStreamMsg_SentData(socket_id, amount_sent))) { amount_sent 53 content/browser/renderer_host/socket_stream_dispatcher_host.h virtual void OnSentData(net::SocketStream* socket, int amount_sent) OVERRIDE; amount_sent 46 content/child/socket_stream_dispatcher.cc void OnSentData(int amount_sent); amount_sent 136 content/child/socket_stream_dispatcher.cc void IPCWebSocketStreamHandleBridge::OnSentData(int amount_sent) { amount_sent 137 content/child/socket_stream_dispatcher.cc DVLOG(1) << "Bridge #" << socket_id_ << " OnSentData (" << amount_sent amount_sent 141 content/child/socket_stream_dispatcher.cc delegate_->DidSendData(handle_, amount_sent); amount_sent 209 content/child/socket_stream_dispatcher.cc void SocketStreamDispatcher::OnSentData(int socket_id, int amount_sent) { amount_sent 210 content/child/socket_stream_dispatcher.cc DVLOG(1) << "SocketStreamDispatcher::OnSentData (" << amount_sent amount_sent 216 content/child/socket_stream_dispatcher.cc bridge->OnSentData(amount_sent); amount_sent 41 content/child/socket_stream_dispatcher.h void OnSentData(int socket_id, int amount_sent); amount_sent 30 content/child/web_socket_stream_handle_delegate.h int amount_sent) {} amount_sent 131 content/child/web_socket_stream_handle_impl.cc WebSocketStreamHandle* web_handle, int amount_sent) { amount_sent 133 content/child/web_socket_stream_handle_impl.cc client_->didSendData(handle_, amount_sent); amount_sent 76 net/socket_stream/socket_stream.h int amount_sent) = 0; amount_sent 112 net/socket_stream/socket_stream_unittest.cc int amount_sent) OVERRIDE { amount_sent 115 net/socket_stream/socket_stream_unittest.cc amount_sent, std::string(), NULL, OK)); amount_sent 221 net/socket_stream/socket_stream_unittest.cc virtual void OnSentData(SocketStream* socket, int amount_sent) OVERRIDE { amount_sent 201 net/websockets/websocket_job.cc void WebSocketJob::OnSentData(SocketStream* socket, int amount_sent) { amount_sent 203 net/websockets/websocket_job.cc DCHECK_GT(amount_sent, 0); amount_sent 207 net/websockets/websocket_job.cc OnSentHandshakeRequest(socket, amount_sent); amount_sent 214 net/websockets/websocket_job.cc << "OnSentData current_send_buffer=NULL amount_sent=" << amount_sent; amount_sent 217 net/websockets/websocket_job.cc current_send_buffer_->DidConsume(amount_sent); amount_sent 223 net/websockets/websocket_job.cc amount_sent = current_send_buffer_->size(); amount_sent 224 net/websockets/websocket_job.cc DCHECK_GT(amount_sent, 0); amount_sent 232 net/websockets/websocket_job.cc delegate_->OnSentData(socket, amount_sent); amount_sent 420 net/websockets/websocket_job.cc SocketStream* socket, int amount_sent) { amount_sent 422 net/websockets/websocket_job.cc handshake_request_sent_ += amount_sent; amount_sent 68 net/websockets/websocket_job.h virtual void OnSentData(SocketStream* socket, int amount_sent) OVERRIDE; amount_sent 98 net/websockets/websocket_job.h void OnSentHandshakeRequest(SocketStream* socket, int amount_sent); amount_sent 112 net/websockets/websocket_job_test.cc int amount_sent) OVERRIDE { amount_sent 113 net/websockets/websocket_job_test.cc amount_sent_ += amount_sent; amount_sent 352 net/websockets/websocket_job_test.cc virtual void OnSentData(SocketStream* socket, int amount_sent) OVERRIDE { amount_sent 662 net/websockets/websocket_job_test.cc EXPECT_EQ(kHandshakeRequestWithoutCookieLength, delegate.amount_sent()); amount_sent 687 net/websockets/websocket_job_test.cc EXPECT_EQ(kHandshakeRequestWithoutCookieLength, delegate.amount_sent()); amount_sent 743 net/websockets/websocket_job_test.cc delegate.amount_sent()); amount_sent 778 net/websockets/websocket_job_test.cc delegate.amount_sent()); amount_sent 820 net/websockets/websocket_job_test.cc EXPECT_EQ(kHandshakeRequestWithCookieLength, delegate.amount_sent()); amount_sent 870 net/websockets/websocket_job_test.cc EXPECT_EQ(kHandshakeRequestWithoutCookieLength, delegate.amount_sent()); amount_sent 26 net/websockets/websocket_throttle_test.cc int amount_sent) OVERRIDE {}