OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pendingAmountSent
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandleInternal.h
79
int
m_pendingAmountSent
;
SocketStreamHandle.cpp
52
,
m_pendingAmountSent
(0)
81
if (
m_pendingAmountSent
+ len > m_maxPendingSendAllowed)
82
len = m_maxPendingSendAllowed -
m_pendingAmountSent
;
88
m_pendingAmountSent
+= len;
125
m_pendingAmountSent
-= amountSent;
126
ASSERT(
m_pendingAmountSent
>= 0);
Completed in 80 milliseconds