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

  /external/chromium_org/net/websockets/
websocket_test_util.h 64 // The socket created by the factory will expect |expect_written| to be
68 void SetExpectations(const std::string& expect_written,
92 void SetExpectations(const std::string& expect_written,
94 maker_.SetExpectations(expect_written, return_to_read);
websocket_test_util.cc 64 std::string expect_written; member in struct:net::WebSocketDeterministicMockClientSocketFactoryMaker::Detail
85 const std::string& expect_written,
88 detail_->expect_written = expect_written;
90 detail_->write = MockWrite(SYNCHRONOUS, 0, detail_->expect_written.c_str());
websocket_handshake_stream_create_helper_test.cc 31 // The created socket expects |expect_written| to be written to the socket,
35 const std::string& expect_written,
37 socket_factory_maker_.SetExpectations(expect_written, return_to_read);

Completed in 40 milliseconds