OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpStreamParser
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_stream_parser.h
29
class
HttpStreamParser
: public ChunkCallback {
36
HttpStreamParser
(ClientSocketHandle* connection,
40
~
HttpStreamParser
();
192
CompletionCallbackImpl<
HttpStreamParser
> io_callback_;
201
DISALLOW_COPY_AND_ASSIGN(
HttpStreamParser
);
http_stream_parser.cc
24
HttpStreamParser
::
HttpStreamParser
(ClientSocketHandle* connection,
44
io_callback_(this, &
HttpStreamParser
::OnIOComplete)),
51
HttpStreamParser
::~
HttpStreamParser
() {
56
int
HttpStreamParser
::SendRequest(const std::string& request_line,
101
int
HttpStreamParser
::ReadResponseHeaders(CompletionCallback* callback) {
129
void
HttpStreamParser
::Close(bool not_reusable) {
135
int
HttpStreamParser
::ReadResponseBody(IOBuffer* buf, int buf_len,
156
void
HttpStreamParser
::OnIOComplete(int result)
[
all
...]
Completed in 24 milliseconds