Searched refs:SimpleClient (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
H A Dsimple_client.cc11 void SimpleClient::WaitForResponse() {
16 void SimpleClient::WaitForInitialResponse() {
20 int SimpleClient::ResetSocket() {
21 LOG(FATAL) << "SimpleClient::ResetSocket is not implemented";
25 int SimpleClient::HalfClose() {
26 LOG(FATAL) << "SimpleClient::HalfClose is not implemented";
30 int SimpleClient::response_header_size() const { return 0; }
32 int64 SimpleClient::response_body_size() const { return 0; }
H A Dsimple_client.h20 class SimpleClient { class in namespace:net::tools::test
22 virtual ~SimpleClient() {}
H A Dquic_test_client.h61 // A toy QUIC client used for testing, mostly following the SimpleClient APIs.
62 class QuicTestClient : public SimpleClient,
91 // From SimpleClient
120 // These functions are all unimplemented functions from SimpleClient, and log
121 // DFATAL if called by users of SimpleClient.
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc285 class SimpleClient : public Worker { class in namespace:IPC::__anon8488
287 SimpleClient() : Worker(Channel::MODE_CLIENT, "simple_client") { } function in class:IPC::__anon8488::SimpleClient
298 workers.push_back(new SimpleClient());
921 workers.push_back(new SimpleClient());
1019 workers.push_back(new SimpleClient());

Completed in 1860 milliseconds