Searched refs:ReadResource (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Ddiskcache.cc154 StreamInterface* DiskCache::ReadResource(const std::string& id, function in class:rtc::DiskCache
H A Ddiskcache.h49 StreamInterface* ReadResource(const std::string& id, size_t index) const;
H A Dhttpclient.cc566 scoped_ptr<StreamInterface> stream(cache_->ReadResource(id, kCacheHeader));
589 scoped_ptr<StreamInterface> stream(cache_->ReadResource(id, kCacheBody));

Completed in 3730 milliseconds