Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/protocol/ | |
connection_tester.h | 64 int read_errors_; member in class:remoting::protocol::StreamConnectionTester 100 int read_errors_; member in class:remoting::protocol::DatagramConnectionTester |
connection_tester.cc | 28 read_errors_(0) { 42 EXPECT_EQ(0, read_errors_); 120 read_errors_++; 143 read_errors_(0), 160 EXPECT_EQ(0, read_errors_); 238 read_errors_++; |
/external/chromium_org/jingle/glue/ | |
pseudotcp_adapter_unittest.cc | 176 read_errors_(0) {} 185 EXPECT_EQ(0, read_errors_); 273 read_errors_++; 296 int read_errors_; member in class:jingle_glue::__anon8603::TCPChannelTester |