Searched refs:STREAM_COMPLETE (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/content/browser/
H A Dbyte_stream.h113 // if (ByteStreamReader::STREAM_COMPLETE == state) {
164 enum StreamState { STREAM_EMPTY, STREAM_HAS_DATA, STREAM_COMPLETE }; enumerator in enum:content::ByteStreamReader::StreamState
169 // Close() has not been called, and STREAM_COMPLETE if there
177 // Only valid to call if Read() has returned STREAM_COMPLETE.
H A Dbyte_stream_unittest.cc145 EXPECT_EQ(ByteStreamReader::STREAM_COMPLETE,
184 EXPECT_EQ(ByteStreamReader::STREAM_COMPLETE,
256 ASSERT_EQ(ByteStreamReader::STREAM_COMPLETE,
272 ASSERT_EQ(ByteStreamReader::STREAM_COMPLETE,
286 ASSERT_EQ(ByteStreamReader::STREAM_COMPLETE,
302 ASSERT_EQ(ByteStreamReader::STREAM_COMPLETE,
556 EXPECT_EQ(ByteStreamReader::STREAM_COMPLETE,
578 EXPECT_EQ(ByteStreamReader::STREAM_COMPLETE,
H A Dbyte_stream.cc332 return STREAM_COMPLETE;
/external/chromium_org/content/browser/streams/
H A Dstream.h37 STREAM_COMPLETE, enumerator in enum:content::Stream::StreamState
72 // and STREAM_COMPLETE if the stream is finalized and all data has been read.
H A Dstream.cc101 case ByteStreamReader::STREAM_COMPLETE:
103 return STREAM_COMPLETE;
H A Dstream_url_request_job.cc91 case Stream::STREAM_COMPLETE:
/external/chromium_org/content/browser/fileapi/
H A Dfileapi_message_filter_unittest.cc232 EXPECT_EQ(Stream::STREAM_COMPLETE,
273 EXPECT_EQ(Stream::STREAM_COMPLETE,
321 EXPECT_EQ(Stream::STREAM_COMPLETE,
/external/chromium_org/content/browser/download/
H A Ddownload_file_impl.cc237 case ByteStreamReader::STREAM_COMPLETE:
286 } else if (state == ByteStreamReader::STREAM_COMPLETE) {
H A Ddownload_file_unittest.cc218 .WillOnce(Return(ByteStreamReader::STREAM_COMPLETE))

Completed in 223 milliseconds