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

  /external/chromium_org/net/websockets/
websocket_test_util.h 76 // written, and responds with |return_to_read|. The test will fail if the
82 const std::string& return_to_read);
115 const std::string& return_to_read) {
116 maker_.SetExpectations(expect_written, return_to_read);
websocket_test_util.cc 73 std::string return_to_read; member in struct:net::WebSocketDeterministicMockClientSocketFactoryMaker::Detail
95 const std::string& return_to_read) {
99 detail_->return_to_read = return_to_read;
106 // detail into account if |return_to_read| is big enough.
107 for (size_t place = 0; place < detail_->return_to_read.size();
110 MockRead(SYNCHRONOUS, detail_->return_to_read.data() + place,
111 std::min(detail_->return_to_read.size() - place,
websocket_handshake_stream_create_helper_test.cc 35 // and will respond with |return_to_read|. The test will fail if the expected
39 const std::string& return_to_read) {
40 socket_factory_maker_.SetExpectations(expect_written, return_to_read);

Completed in 375 milliseconds