HomeSort by relevance Sort by last modified time
    Searched defs:PrependCopyOf (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/base/
compound_buffer.cc 87 void CompoundBuffer::PrependCopyOf(const char* data, int size) {
compound_buffer_unittest.cc 49 void PrependCopyOf(int pos, int size) {
50 target_.PrependCopyOf(data_->data() + (kDataSize - pos - size), size);
216 TEST_F(CompoundBufferTest, PrependCopyOf) {
219 &CompoundBufferTest::PrependCopyOf, base::Unretained(this)));
224 &CompoundBufferTest::PrependCopyOf, base::Unretained(this)));

Completed in 598 milliseconds