OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_receivedDataSizeForFlowControl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp
118
,
m_receivedDataSizeForFlowControl
(receivedDataSizeForFlowControlHighWaterMark * 2) // initial quota
369
if (!m_handle ||
m_receivedDataSizeForFlowControl
< receivedDataSizeForFlowControlHighWaterMark) {
372
m_handle->flowControl(
m_receivedDataSizeForFlowControl
);
373
m_receivedDataSizeForFlowControl
= 0;
477
m_receivedDataSizeForFlowControl
+= size;
NewWebSocketChannelImpl.h
178
int64_t
m_receivedDataSizeForFlowControl
;
Completed in 48 milliseconds