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

  /external/chromium_org/remoting/base/
compound_buffer.h 52 void AppendCopyOf(const char* data, int data_size);
compound_buffer_unittest.cc 41 void AppendCopyOf(int pos, int size) {
42 target_.AppendCopyOf(data_->data() + pos, size);
192 TEST_F(CompoundBufferTest, AppendCopyOf) {
195 &CompoundBufferTest::AppendCopyOf, base::Unretained(this)));
200 &CompoundBufferTest::AppendCopyOf, base::Unretained(this)));
compound_buffer.cc 81 void CompoundBuffer::AppendCopyOf(const char* data, int size) {

Completed in 461 milliseconds