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

  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 187 post_interceptor_ = interceptor_factory_->CreateInterceptor();
188 EXPECT_TRUE(post_interceptor_);
281 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
283 EXPECT_TRUE(post_interceptor_->ExpectRequest(new PartialMatch(
305 EXPECT_EQ(2, post_interceptor_->GetHitCount())
306 << post_interceptor_->GetRequestsAsString();
307 EXPECT_EQ(2, post_interceptor_->GetCount())
308 << post_interceptor_->GetRequestsAsString();
309 EXPECT_NE(string::npos, post_interceptor_->GetRequests()[0].find(
312 << post_interceptor_->GetRequestsAsString()
    [all...]
component_updater_service_unittest.h 139 URLRequestPostInterceptor* post_interceptor_; // Owned by the factory. member in class:component_updater::ComponentUpdaterTest

Completed in 44 milliseconds