HomeSort by relevance Sort by last modified time
    Searched refs:ExpectRequest (Results 1 - 4 of 4) 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 281 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
283 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
333 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
335 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
417 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
419 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch("event")));
420 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
508 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
597 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
628 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch
    [all...]
url_request_post_interceptor.cc 72 bool URLRequestPostInterceptor::ExpectRequest(
78 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 73 milliseconds