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

  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_ping_manager_unittest.cc 80 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
84 << interceptor->GetRequestsAsString();
97 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
101 << interceptor->GetRequestsAsString();
124 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
131 << interceptor->GetRequestsAsString();
162 EXPECT_EQ(1, interceptor->GetCount()) << interceptor->GetRequestsAsString();
172 << interceptor->GetRequestsAsString();
component_updater_service_unittest.cc 306 << post_interceptor_->GetRequestsAsString();
308 << post_interceptor_->GetRequestsAsString();
312 << post_interceptor_->GetRequestsAsString();
316 << post_interceptor_->GetRequestsAsString();
346 << post_interceptor_->GetRequestsAsString();
348 << post_interceptor_->GetRequestsAsString();
352 << post_interceptor_->GetRequestsAsString();
356 << post_interceptor_->GetRequestsAsString();
447 << post_interceptor_->GetRequestsAsString();
449 << post_interceptor_->GetRequestsAsString();
    [all...]
url_request_post_interceptor.h 64 std::string GetRequestsAsString() const;
url_request_post_interceptor.cc 104 std::string URLRequestPostInterceptor::GetRequestsAsString() const {

Completed in 216 milliseconds