HomeSort by relevance Sort by last modified time
    Searched defs:STREAM_EMPTY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/
byte_stream.h 118 // // if |state| is STREAM_EMPTY, we're done for now; we'll be called
168 enum StreamState { STREAM_EMPTY, STREAM_HAS_DATA, STREAM_COMPLETE };
172 // Returns STREAM_EMPTY if there is no data on the ByteStream and
  /external/chromium_org/content/browser/streams/
stream.h 39 STREAM_EMPTY,
77 // Returns STREAM_HAS_DATA if data was read, STREAM_EMPTY if no data was read,

Completed in 127 milliseconds