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

  /external/chromium/net/websockets/
websocket_handshake_unittest.cc 100 static std::string GetHostFieldValue(WebSocketHandshake* handshake) {
101 return handshake->GetHostFieldValue();
264 EXPECT_EQ("example.com", GetHostFieldValue(handshake.get()));
275 EXPECT_EQ("example.com", GetHostFieldValue(handshake.get()));
285 EXPECT_EQ("example.com", GetHostFieldValue(handshake.get()));
296 EXPECT_EQ("example.com:8080", GetHostFieldValue(handshake.get()));
307 EXPECT_EQ("example.com:4443", GetHostFieldValue(handshake.get()));
317 EXPECT_EQ("example.com:443", GetHostFieldValue(handshake.get()));
327 EXPECT_EQ("example.com:80", GetHostFieldValue(handshake.get()));
websocket_handshake.cc 62 fields.push_back("Host: " + GetHostFieldValue());
128 std::string WebSocketHandshake::GetHostFieldValue() const {

Completed in 38 milliseconds