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

  /external/chromium_org/third_party/webrtc/base/
stream_unittest.cc 176 stream->ConsumeReadData(0);
259 stream->ConsumeReadData(kSize);
268 stream->ConsumeReadData(kSize / 2);
273 stream->ConsumeReadData(kSize / 2);
289 stream->ConsumeReadData(kSize / 4);
294 stream->ConsumeReadData(kSize / 2);
404 buf.ConsumeReadData(10);
proxyserver.cc 137 buffer->ConsumeReadData(_max(written, 0));
stream.h 129 // must call ConsumeReadData with the number of processed bytes. GetReadData
130 // does not require a matching call to ConsumeReadData if the data is not
131 // processed. Read and ConsumeReadData invalidate the buffer returned by
134 virtual void ConsumeReadData(size_t used) {}
272 virtual void ConsumeReadData(size_t used) {
273 stream_->ConsumeReadData(used);
642 // bytes, user has to call ConsumeReadData() to do this.
661 virtual void ConsumeReadData(size_t used);
stream.cc 1015 void FifoBuffer::ConsumeReadData(size_t size) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
pseudotcp.cc 751 m_sbuf.ConsumeReadData(nAcked);
    [all...]

Completed in 274 milliseconds