OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOnLastChunk
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/base/
upload_data_stream.h
67
bool
IsOnLastChunk
() const;
upload_data_stream.cc
165
bool UploadDataStream::
IsOnLastChunk
() const {
/external/chromium/net/spdy/
spdy_http_stream.cc
287
bool eof = !is_chunked || request_body_stream_->
IsOnLastChunk
();
Completed in 346 milliseconds