Home
last modified time | relevance | path

Searched refs:CropFront (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/protocol/
Dmessage_decoder.cc47 buffer_.CropFront(next_payload_); in GetNextMessage()
65 buffer_.CropFront(kHeaderSize); in GetPayloadSize()
/external/chromium_org/remoting/base/
Dcompound_buffer.h56 void CropFront(int bytes);
Dcompound_buffer_unittest.cc62 cropped.CropFront(pos); in TestCropFront()
228 TEST_F(CompoundBufferTest, CropFront) { in TEST_F() argument
Dcompound_buffer.cc93 void CompoundBuffer::CropFront(int bytes) { in CropFront() function in remoting::CompoundBuffer