OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendBody
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/tools/quic/
quic_spdy_client_stream.h
49
void
SendBody
(const std::string& data, bool fin);
quic_spdy_client_stream.cc
111
void QuicSpdyClientStream::
SendBody
(const string& data, bool fin) {
/external/chromium_org/chrome/test/chromedriver/test/
webserver.py
19
self.
SendBody
(body)
37
def
SendBody
(self, body):
/external/chromium_org/net/tools/quic/test_tools/
quic_test_client.cc
234
GetOrCreateStream()->
SendBody
(data, last_data);
Completed in 1210 milliseconds