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

  /external/chromium/net/socket/
socket_test_util.h 224 // Before calling SimulateRead next time, the previous data must be consumed.
225 void SimulateRead(const char* data, size_t length);
226 void SimulateRead(const char* data) {
227 SimulateRead(data, std::strlen(data));
    [all...]
socket_test_util.cc 230 void DynamicSocketDataProvider::SimulateRead(const char* data,
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 128 SimulateRead("220 host TestFTPd\r\n");
136 SimulateRead(fault_response_);
149 SimulateRead(next_read, next_read_length);
    [all...]

Completed in 54 milliseconds