Home | History | Annotate | Download | only in httplive

Lines Matching defs:mTotalTransferBytes

86     size_t mTotalTransferBytes;
96 mTotalTransferBytes(0) {
109 mTotalTransferBytes += numBytes;
134 mTotalTransferBytes -= it->mNumBytes;
158 *bandwidthBps = ((double)mTotalTransferBytes * 8E6 / mTotalTransferTimeUs);