Home | History | Annotate | Download | only in websockets

Lines Matching defs:request_info_

217       owner_->request_info_ = request.Pass();
246 scoped_ptr<WebSocketHandshakeRequestInfo> request_info_;
426 EXPECT_FALSE(request_info_);
431 request_info_);
453 EXPECT_FALSE(request_info_);
457 ASSERT_TRUE(request_info_);
460 ToVector(request_info_->headers);
461 // We examine the contents of request_info_ and response_info_
463 EXPECT_EQ(GURL("ws://localhost/"), request_info_->url);
1086 EXPECT_FALSE(request_info_);
1101 EXPECT_FALSE(request_info_);
1212 EXPECT_TRUE(request_info_);
1236 EXPECT_TRUE(request_info_);