OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartWithSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/net/http/
http_response_body_drainer.h
39
void
StartWithSize
(HttpNetworkSession* session, int num_bytes_to_drain);
http_response_body_drainer.cc
26
StartWithSize
(session, kDrainBodyBufferSize);
29
void HttpResponseBodyDrainer::
StartWithSize
(HttpNetworkSession* session,
http_response_body_drainer_unittest.cc
314
drainer_->
StartWithSize
(session_.get(), too_many_chunks * kMagicChunkSize);
320
drainer_->
StartWithSize
(session_.get(), 0);
http_pipelined_connection_impl.cc
697
drainer->
StartWithSize
(session, headers->GetContentLength());
Completed in 64 milliseconds