HomeSort by relevance Sort by last modified time
    Searched refs:ExpectRequest (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/component_updater/test/
url_request_post_interceptor.h 49 bool ExpectRequest(class RequestMatcher* request_matcher);
50 bool ExpectRequest(class RequestMatcher* request_matcher,
component_updater_service_unittest.cc 284 EXPECT_TRUE(post_interceptor_->ExpectRequest(
286 EXPECT_TRUE(post_interceptor_->ExpectRequest(
338 EXPECT_TRUE(post_interceptor_->ExpectRequest(
340 EXPECT_TRUE(post_interceptor_->ExpectRequest(
422 EXPECT_TRUE(post_interceptor_->ExpectRequest(
424 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch("event")));
425 EXPECT_TRUE(post_interceptor_->ExpectRequest(
532 EXPECT_TRUE(post_interceptor_->ExpectRequest(
614 EXPECT_TRUE(post_interceptor_->ExpectRequest(
645 EXPECT_TRUE(post_interceptor_->ExpectRequest(
    [all...]
update_checker_unittest.cc 162 EXPECT_TRUE(post_interceptor_->ExpectRequest(
212 EXPECT_FALSE(post_interceptor_->ExpectRequest(request_matcher.get(),
url_request_post_interceptor.cc 71 bool URLRequestPostInterceptor::ExpectRequest(
77 bool URLRequestPostInterceptor::ExpectRequest(
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service_browsertest.cc 119 void ExpectRequest() {
125 ExpectRequest();
186 ExpectRequest();
211 ExpectRequest();
232 ExpectRequest();
248 ExpectRequest();

Completed in 161 milliseconds