OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnSendBodyComplete
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/spdy/
spdy_http_stream.cc
293
int SpdyHttpStream::
OnSendBodyComplete
(int status, bool* eof) {
spdy_proxy_client_socket.cc
423
int SpdyProxyClientSocket::
OnSendBodyComplete
(int /*status*/, bool* /*eof*/) {
425
//
OnSendBodyComplete
() should never be called.
spdy_session_unittest.cc
41
virtual int
OnSendBodyComplete
(int /*status*/, bool* /*eof*/) {
spdy_stream_unittest.cc
54
virtual int
OnSendBodyComplete
(int /*status*/, bool* /*eof*/) {
55
ADD_FAILURE() << "
OnSendBodyComplete
should not be called";
Completed in 1757 milliseconds