HomeSort by relevance Sort by last modified time
    Searched refs:GetHostFieldValue (Results 1 - 4 of 4) 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.h 47 std::string GetHostFieldValue() const;
websocket_handshake_draft75.cc 48 msg += GetHostFieldValue();
websocket_handshake.cc 62 fields.push_back("Host: " + GetHostFieldValue());
128 std::string WebSocketHandshake::GetHostFieldValue() const {

Completed in 505 milliseconds