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_dispatcher_host.cc 134 WebSocketHostState WebSocketDispatcherHost::SendFlowControl(int routing_id,
websocket_host.cc 196 return StateCast(dispatcher_->SendFlowControl(routing_id_, quota));
380 channel_->SendFlowControl(quota);
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 767 channel_->SendFlowControl(kPlentyOfQuota);
    [all...]
websocket_channel.h 87 void SendFlowControl(int64 quota);
websocket_channel.cc 417 void WebSocketChannel::SendFlowControl(int64 quota) {
    [all...]

Completed in 292 milliseconds