Home
last modified time | relevance | path

Searched defs:PrependCopyOf (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/base/
Dcompound_buffer_unittest.cc49 void PrependCopyOf(int pos, int size) { in PrependCopyOf() function in remoting::CompoundBufferTest
216 TEST_F(CompoundBufferTest, PrependCopyOf) { in TEST_F() argument
Dcompound_buffer.cc87 void CompoundBuffer::PrependCopyOf(const char* data, int size) { in PrependCopyOf() function in remoting::CompoundBuffer