Home
last modified time | relevance | path

Searched refs:m_receivedDataSizeForFlowControl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DNewWebSocketChannelImpl.cpp117 …, m_receivedDataSizeForFlowControl(receivedDataSizeForFlowControlHighWaterMark * 2) // initial quo… in NewWebSocketChannelImpl()
355 … if (!m_handle || m_receivedDataSizeForFlowControl < receivedDataSizeForFlowControlHighWaterMark) { in flowControlIfNecessary()
358 m_handle->flowControl(m_receivedDataSizeForFlowControl); in flowControlIfNecessary()
359 m_receivedDataSizeForFlowControl = 0; in flowControlIfNecessary()
463 m_receivedDataSizeForFlowControl += size; in didReceiveData()
DNewWebSocketChannelImpl.h167 int64_t m_receivedDataSizeForFlowControl; variable