HomeSort by relevance Sort by last modified time
    Searched refs:IsInMemory (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/net/base/
upload_element_reader.cc 17 bool UploadElementReader::IsInMemory() const {
upload_element_reader.h 47 virtual bool IsInMemory() const;
upload_bytes_element_reader.h 33 virtual bool IsInMemory() const OVERRIDE;
upload_bytes_element_reader.cc 42 bool UploadBytesElementReader::IsInMemory() const {
upload_data_stream.h 93 bool IsInMemory() const;
upload_bytes_element_reader_unittest.cc 25 EXPECT_TRUE(reader_->IsInMemory());
upload_data_stream_unittest.cc 71 virtual bool IsInMemory() const OVERRIDE { return is_in_memory_; }
102 if (IsInMemory()) {
141 EXPECT_TRUE(stream.IsInMemory());
152 EXPECT_TRUE(stream.IsInMemory());
184 EXPECT_FALSE(stream.IsInMemory());
222 EXPECT_FALSE(stream.IsInMemory());
342 EXPECT_FALSE(stream.IsInMemory());
366 EXPECT_FALSE(stream.IsInMemory());
458 EXPECT_TRUE(stream.IsInMemory());
upload_data_stream.cc 76 bool UploadDataStream::IsInMemory() const {
86 if (!element_readers_[i]->IsInMemory())
upload_file_element_reader_unittest.cc 44 EXPECT_FALSE(reader_->IsInMemory());
253 EXPECT_FALSE(reader_->IsInMemory());
  /external/chromium_org/webkit/browser/fileapi/
upload_file_system_file_element_reader_unittest.cc 69 EXPECT_FALSE(reader_->IsInMemory());
  /external/chromium_org/net/http/
http_stream_parser.cc     [all...]

Completed in 432 milliseconds