Home | History | Annotate | Download | only in websockets

Lines Matching defs:response_info_

183       if (owner_->response_info_)
185 owner_->response_info_ = response.Pass();
209 scoped_ptr<WebSocketHandshakeResponseInfo> response_info_;
263 EXPECT_FALSE(response_info_);
268 EXPECT_TRUE(response_info_);
290 EXPECT_FALSE(response_info_);
294 ASSERT_TRUE(response_info_);
297 // We examine the contents of request_info_ and response_info_
300 EXPECT_EQ(GURL("ws://localhost/"), response_info_->url);
301 EXPECT_EQ(101, response_info_->status_code);
302 EXPECT_EQ("Switching Protocols", response_info_->status_text);
325 ToVector(*response_info_->headers);
923 EXPECT_FALSE(response_info_);
939 EXPECT_FALSE(response_info_);
991 EXPECT_FALSE(response_info_);
1015 EXPECT_FALSE(response_info_);
1032 EXPECT_FALSE(response_info_);
1052 EXPECT_FALSE(response_info_);