/external/chromium_org/components/copresence/rpc/ |
http_post_unittest.cc | 44 received_response_ = response; 64 received_response_ == response; 93 std::string received_response_; member in class:copresence::HttpPostTest 129 EXPECT_EQ("Hello World!", received_response_);
|
/external/chromium_org/content/child/ |
multipart_response_delegate_unittest.cc | 61 ++received_response_; 79 received_response_ = received_data_ = total_encoded_data_length_ = 0; 88 int received_response_, received_data_, total_encoded_data_length_; member in class:content::__anon12123::MockWebURLLoaderClient 153 client.received_response_); 219 EXPECT_EQ(1, client.received_response_); 226 EXPECT_EQ(1, client.received_response_); 238 EXPECT_EQ(1, client.received_response_); 245 EXPECT_EQ(1, client.received_response_); 260 EXPECT_EQ(1, client.received_response_); 267 EXPECT_EQ(1, client.received_response_); [all...] |
resource_dispatcher_unittest.cc | 50 received_response_(false), 69 EXPECT_FALSE(received_response_); variable 70 received_response_ = true; 83 EXPECT_TRUE(received_response_); variable 96 EXPECT_TRUE(received_response_); variable 115 bool received_response() const { return received_response_; } 138 bool received_response_; member in class:content::TestRequestPeer
|