HomeSort by relevance Sort by last modified time
    Searched defs:max_pending_send_allowed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/
socket_stream_dispatcher_host.cc 61 int max_pending_send_allowed) {
64 << " max_pending_send_allowed=" << max_pending_send_allowed; local
70 socket_id, max_pending_send_allowed))) {
  /external/chromium_org/content/child/
socket_stream_dispatcher.cc 127 void IPCWebSocketStreamHandleBridge::OnConnected(int max_pending_send_allowed) {
129 << " OnConnected (max_pending_send_allowed="
130 << max_pending_send_allowed << ")"; local
133 delegate_->DidOpenStream(handle_, max_pending_send_allowed);
197 int max_pending_send_allowed) {
198 DVLOG(1) << "SocketStreamDispatcher::OnConnected (max_pending_send_allowed="
199 << max_pending_send_allowed << ") to socket_id=" << socket_id;
204 bridge->OnConnected(max_pending_send_allowed);
  /external/chromium_org/net/socket_stream/
socket_stream.h 67 // allowed to buffer pending send data at most |max_pending_send_allowed|
70 // data goes over |max_pending_send_allowed| bytes.
72 int max_pending_send_allowed) = 0;
132 int max_pending_send_allowed() const { return max_pending_send_allowed_; } function in class:net::SocketStream

Completed in 47 milliseconds