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 75 // Tell the factory to create a socket which expects |expect_written| to be
81 void SetExpectations(const std::string& expect_written,
114 void SetExpectations(const std::string& expect_written,
116 maker_.SetExpectations(expect_written, return_to_read);
websocket_test_util.cc 72 std::string expect_written; member in struct:net::WebSocketDeterministicMockClientSocketFactoryMaker::Detail
94 const std::string& expect_written,
98 detail_->expect_written = expect_written;
102 detail_->expect_written.data(),
103 detail_->expect_written.size(),
websocket_handshake_stream_create_helper_test.cc 34 // The created socket expects |expect_written| to be written to the socket,
38 const std::string& expect_written,
40 socket_factory_maker_.SetExpectations(expect_written, return_to_read);

Completed in 96 milliseconds