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

/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc413 EXPECT_TRUE(websocket_->SendData(kHandshakeRequestWithoutCookie,
544 static const char kHandshakeRequestWithoutCookie[]; member in class:net::WebSocketJobTest
590 const char WebSocketJobTest::kHandshakeRequestWithoutCookie[] = member in class:net::WebSocketJobTest
647 arraysize(kHandshakeRequestWithoutCookie) - 1;
669 EXPECT_EQ(kHandshakeRequestWithoutCookie, sent_data());
694 EXPECT_EQ(kHandshakeRequestWithoutCookie, sent_data());
827 EXPECT_EQ(kHandshakeRequestWithoutCookie, sent_data());
876 EXPECT_EQ(kHandshakeRequestWithoutCookie, sent_data());
883 bool sent = websocket_->SendData(kHandshakeRequestWithoutCookie,
905 kHandshakeRequestWithoutCookie,
[all...]

Completed in 76 milliseconds