Searched refs:kHandshakeResponseWithoutCookie (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc547 static const char kHandshakeResponseWithoutCookie[]; member in class:net::WebSocketJobTest
625 const char WebSocketJobTest::kHandshakeResponseWithoutCookie[] = member in class:net::WebSocketJobTest
653 arraysize(kHandshakeResponseWithoutCookie) - 1;
676 kHandshakeResponseWithoutCookie,
679 EXPECT_EQ(kHandshakeResponseWithoutCookie, delegate.received_data());
701 base::SplitString(kHandshakeResponseWithoutCookie, '\n', &lines);
713 EXPECT_EQ(kHandshakeResponseWithoutCookie, delegate.received_data());
759 EXPECT_EQ(kHandshakeResponseWithoutCookie, delegate.received_data());
794 EXPECT_EQ(kHandshakeResponseWithoutCookie, delegate.received_data());
836 EXPECT_EQ(kHandshakeResponseWithoutCookie, delegat
[all...]

Completed in 421 milliseconds