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

  /external/chromium_org/net/tools/quic/test_tools/
simple_client.h 42 virtual std::string SendCustomSynchronousRequest(
quic_test_client.h 96 virtual string SendCustomSynchronousRequest(
quic_test_client.cc 312 string QuicTestClient::SendCustomSynchronousRequest(
  /external/chromium_org/net/tools/quic/
end_to_end_test.cc 569 client_->SendCustomSynchronousRequest(request);
589 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
607 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
629 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
652 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
671 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
689 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
706 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
726 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request));
777 EXPECT_EQ(kFooResponseBody, client_->SendCustomSynchronousRequest(request))
    [all...]

Completed in 551 milliseconds