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 65 // written to the socket, and will respond with |return_to_read|. The test
69 const std::string& return_to_read);
93 const std::string& return_to_read) {
94 maker_.SetExpectations(expect_written, return_to_read);
websocket_test_util.cc 65 std::string return_to_read; member in struct:net::WebSocketDeterministicMockClientSocketFactoryMaker::Detail
86 const std::string& return_to_read) {
89 detail_->return_to_read = return_to_read;
91 detail_->read = MockRead(SYNCHRONOUS, 1, detail_->return_to_read.c_str());
websocket_handshake_stream_create_helper_test.cc 32 // and will respond with |return_to_read|. The test will fail if the expected
36 const std::string& return_to_read) {
37 socket_factory_maker_.SetExpectations(expect_written, return_to_read);

Completed in 41 milliseconds