Searched defs:STREAM_COMPLETE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/
H A Dbyte_stream.h113 // if (ByteStreamReader::STREAM_COMPLETE == state) {
168 enum StreamState { STREAM_EMPTY, STREAM_HAS_DATA, STREAM_COMPLETE }; enumerator in enum:content::ByteStreamReader::StreamState
173 // Close() has not been called, and STREAM_COMPLETE if there
181 // Only valid to call if Read() has returned STREAM_COMPLETE.
/external/chromium_org/content/browser/streams/
H A Dstream.h38 STREAM_COMPLETE, enumerator in enum:content::Stream::StreamState
78 // and STREAM_COMPLETE if the stream is finalized and all data has been read.

Completed in 88 milliseconds