Searched refs:didReceiveFlowControl (Results 1 – 4 of 4) sorted by relevance
74 virtual void didReceiveFlowControl(WebSocketHandle*, int64_t quota) = 0;
140 virtual void didReceiveFlowControl(blink::WebSocketHandle*, int64_t quota) OVERRIDE;
508 void NewWebSocketChannelImpl::didReceiveFlowControl(WebSocketHandle* handle, int64_t quota) in didReceiveFlowControl() function in WebCore::NewWebSocketChannelImpl
180 client_->didReceiveFlowControl(this, quota); in DidReceiveFlowControl()