OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flowControl
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandle.h
63
virtual void
flowControl
(int64_t quota) = 0;
/external/chromium_org/content/child/
websocket_bridge.h
38
virtual void
flowControl
(int64_t quota) OVERRIDE;
websocket_bridge.cc
250
void WebSocketBridge::
flowControl
(int64_t quota) {
254
DVLOG(1) << "Bridge #" << channel_id_ << "
FlowControl
(" << quota << ")";
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp
315
m_handle->
flowControl
(m_receivedDataSizeForFlowControl);
Completed in 107 milliseconds