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

  /external/chromium/net/socket/
socket_test_util.h 136 // The test can then call at_read_eof() or at_write_eof() to verify that
139 bool at_write_eof() const { return writes_[write_index_].data_len == 0; } function in class:net::StaticSocketDataProvider
  /external/chromium/net/flip/
flip_network_transaction_unittest.cc 323 EXPECT_TRUE(data->at_write_eof());
894 EXPECT_TRUE(data->at_write_eof());
    [all...]

Completed in 33 milliseconds