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

  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandleInternal.h 78 int m_maxPendingSendAllowed;
SocketStreamHandle.cpp 51 , m_maxPendingSendAllowed(0)
81 if (m_pendingAmountSent + len > m_maxPendingSendAllowed)
82 len = m_maxPendingSendAllowed - m_pendingAmountSent;
109 m_maxPendingSendAllowed = maxPendingSendAllowed;

Completed in 2606 milliseconds