Searched refs:SendBody (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_spdy_client_stream.h53 void SendBody(const std::string& data, bool fin);
H A Dquic_spdy_client_stream.cc122 void QuicSpdyClientStream::SendBody(const string& data, bool fin) { function in class:net::tools::QuicSpdyClientStream
H A Dend_to_end_test.cc808 stream->SendBody("hello", false);
1283 stream->SendBody("hello", false);
/external/chromium_org/chrome/test/chromedriver/test/
H A Dwebserver.py19 self.SendBody(body)
37 def SendBody(self, body): member in class:Responder
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_client.cc279 GetOrCreateStream()->SendBody(data, last_data);
/external/chromium_org/net/quic/
H A Dquic_session_test.cc100 void SendBody(const string& data, bool fin) { function in class:net::test::__anon9488::TestStream
649 stream2->SendBody(body, false);

Completed in 125 milliseconds