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

/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc176 EXPECT_TRUE(post_interceptor_->ExpectRequest(
178 EXPECT_TRUE(post_interceptor_->ExpectRequest(
230 EXPECT_TRUE(post_interceptor_->ExpectRequest(
232 EXPECT_TRUE(post_interceptor_->ExpectRequest(
314 EXPECT_TRUE(post_interceptor_->ExpectRequest(
316 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch("event")));
317 EXPECT_TRUE(post_interceptor_->ExpectRequest(
424 EXPECT_TRUE(post_interceptor_->ExpectRequest(
512 EXPECT_TRUE(post_interceptor_->ExpectRequest(
543 EXPECT_TRUE(post_interceptor_->ExpectRequest(
[all...]
/external/chromium_org/chrome/browser/policy/cloud/
H A Ddevice_management_service_browsertest.cc119 void ExpectRequest() { function in class:policy::DeviceManagementServiceIntegrationTest
125 ExpectRequest();
186 ExpectRequest();
211 ExpectRequest();
232 ExpectRequest();
248 ExpectRequest();
/external/chromium_org/components/component_updater/test/
H A Drequest_sender_unittest.cc127 EXPECT_TRUE(post_interceptor_1->ExpectRequest(new PartialMatch("test")));
152 EXPECT_TRUE(post_interceptor_1->ExpectRequest(new PartialMatch("test"), 403));
153 EXPECT_TRUE(post_interceptor_2->ExpectRequest(new PartialMatch("test")));
182 EXPECT_TRUE(post_interceptor_1->ExpectRequest(new PartialMatch("test"), 403));
183 EXPECT_TRUE(post_interceptor_2->ExpectRequest(new PartialMatch("test"), 403));
H A Durl_request_post_interceptor.h74 bool ExpectRequest(class RequestMatcher* request_matcher);
75 bool ExpectRequest(class RequestMatcher* request_matcher, int response_code);
76 bool ExpectRequest(class RequestMatcher* request_matcher,
H A Durl_request_post_interceptor.cc76 bool URLRequestPostInterceptor::ExpectRequest( function in class:component_updater::URLRequestPostInterceptor
83 bool URLRequestPostInterceptor::ExpectRequest( function in class:component_updater::URLRequestPostInterceptor
91 bool URLRequestPostInterceptor::ExpectRequest( function in class:component_updater::URLRequestPostInterceptor
H A Dupdate_checker_unittest.cc164 EXPECT_TRUE(post_interceptor_->ExpectRequest(
213 post_interceptor_->ExpectRequest(new PartialMatch("updatecheck"), 403));

Completed in 98 milliseconds