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

/external/chromium_org/components/component_updater/test/
H A Drequest_sender_unittest.cc48 URLRequestPostInterceptor* post_interceptor_2; // Owned by the factory. member in class:component_updater::RequestSenderTest
61 post_interceptor_2(NULL),
77 post_interceptor_2 =
80 EXPECT_TRUE(post_interceptor_2);
89 post_interceptor_2 = NULL;
153 EXPECT_TRUE(post_interceptor_2->ExpectRequest(new PartialMatch("test")));
169 EXPECT_EQ(1, post_interceptor_2->GetHitCount())
170 << post_interceptor_2->GetRequestsAsString();
171 EXPECT_EQ(1, post_interceptor_2->GetCount())
172 << post_interceptor_2
[all...]

Completed in 1323 milliseconds