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

  /external/chromium/net/socket/
socket_test_util.cc 230 void DynamicSocketDataProvider::SimulateRead(const char* data,
    [all...]
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...]

Completed in 48 milliseconds