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

/external/chromium_org/content/browser/
H A Dbyte_stream.h118 // // if |state| is STREAM_EMPTY, we're done for now; we'll be called
168 enum StreamState { STREAM_EMPTY, STREAM_HAS_DATA, STREAM_COMPLETE }; enumerator in enum:content::ByteStreamReader::StreamState
172 // Returns STREAM_EMPTY if there is no data on the ByteStream and
/external/chromium_org/content/browser/streams/
H A Dstream.h39 STREAM_EMPTY, enumerator in enum:content::Stream::StreamState
77 // Returns STREAM_HAS_DATA if data was read, STREAM_EMPTY if no data was read,

Completed in 376 milliseconds