Searched refs:STREAM_COMPLETE (Results 1 - 9 of 9) sorted by relevance
/external/chromium_org/content/browser/ |
H A D | byte_stream.h | 113 // 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 D | byte_stream_unittest.cc | 145 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 D | byte_stream.cc | 332 return STREAM_COMPLETE;
|
/external/chromium_org/content/browser/streams/ |
H A D | stream.h | 37 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 D | stream.cc | 101 case ByteStreamReader::STREAM_COMPLETE: 103 return STREAM_COMPLETE;
|
H A D | stream_url_request_job.cc | 91 case Stream::STREAM_COMPLETE:
|
/external/chromium_org/content/browser/fileapi/ |
H A D | fileapi_message_filter_unittest.cc | 232 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 D | download_file_impl.cc | 237 case ByteStreamReader::STREAM_COMPLETE: 286 } else if (state == ByteStreamReader::STREAM_COMPLETE) {
|
H A D | download_file_unittest.cc | 218 .WillOnce(Return(ByteStreamReader::STREAM_COMPLETE))
|
Completed in 223 milliseconds