HomeSort by relevance Sort by last modified time
    Searched refs:SendFlowControl (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.h 81 WebSocketHostState SendFlowControl(int routing_id,
websocket_host.cc 142 return StateCast(dispatcher_->SendFlowControl(routing_id_, quota));
208 channel_->SendFlowControl(quota);
websocket_dispatcher_host.cc 122 WebSocketHostState WebSocketDispatcherHost::SendFlowControl(int routing_id,
  /external/chromium_org/net/websockets/
websocket_channel.h 78 void SendFlowControl(int64 quota);
websocket_channel.cc 218 void WebSocketChannel::SendFlowControl(int64 quota) {
222 // stream_->SendFlowControl(quota);
websocket_channel_test.cc     [all...]

Completed in 675 milliseconds