HomeSort by relevance Sort by last modified time
    Searched refs:IsInMemory (Results 1 - 16 of 16) 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 92 bool IsInMemory() const;
upload_bytes_element_reader_unittest.cc 25 EXPECT_TRUE(reader_->IsInMemory());
upload_data_stream_unittest.cc 72 virtual bool IsInMemory() const OVERRIDE { return is_in_memory_; }
103 if (IsInMemory()) {
147 EXPECT_TRUE(stream.IsInMemory());
158 EXPECT_TRUE(stream.IsInMemory());
190 EXPECT_FALSE(stream.IsInMemory());
228 EXPECT_FALSE(stream.IsInMemory());
348 EXPECT_FALSE(stream.IsInMemory());
372 EXPECT_FALSE(stream.IsInMemory());
464 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 46 EXPECT_FALSE(reader_->IsInMemory());
  /external/chromium_org/components/cronet/android/
wrapped_channel_upload_element_reader.h 35 virtual bool IsInMemory() const OVERRIDE;
wrapped_channel_upload_element_reader.cc 36 bool WrappedChannelElementReader::IsInMemory() const {
  /external/lldb/source/Symbol/
ObjectFile.cpp 473 if (IsInMemory())
522 if (IsInMemory())
557 if (IsInMemory())
  /external/lldb/include/lldb/Symbol/
ObjectFile.h 664 IsInMemory () const
  /external/chromium_org/mojo/services/network/
url_loader_impl.cc 80 virtual bool IsInMemory() const OVERRIDE {
  /external/chromium_org/content/browser/fileapi/
upload_file_system_file_element_reader_unittest.cc 74 EXPECT_FALSE(reader_->IsInMemory());
  /external/chromium_org/net/http/
http_stream_parser.cc     [all...]

Completed in 254 milliseconds