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

  /external/chromium_org/remoting/protocol/
connection_tester.cc 25 test_data_size_(message_size * message_count),
44 ASSERT_EQ(test_data_size_, input_buffer_->offset());
47 ASSERT_EQ(test_data_size_, output_buffer_->size());
50 input_buffer_->StartOfBuffer(), test_data_size_));
60 new net::IOBuffer(test_data_size_), test_data_size_);
61 for (int i = 0; i < test_data_size_; ++i) {
125 if (input_buffer_->offset() == test_data_size_)
connection_tester.h 57 int test_data_size_; member in class:remoting::protocol::StreamConnectionTester

Completed in 42 milliseconds