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

  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host.h 81 WebSocketHostState SendFlowControl(int routing_id,
websocket_dispatcher_host.cc 135 WebSocketHostState WebSocketDispatcherHost::SendFlowControl(int routing_id,
websocket_host.cc 197 return StateCast(dispatcher_->SendFlowControl(routing_id_, quota));
385 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...]
  /external/chromium_org/mojo/services/network/
web_socket_impl.cc 220 channel_->SendFlowControl(quota);

Completed in 3249 milliseconds