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

  /external/webrtc/webrtc/base/
diskcache.h 49 StreamInterface* ReadResource(const std::string& id, size_t index) const;
diskcache.cc 156 StreamInterface* DiskCache::ReadResource(const std::string& id,
httpclient.cc 566 scoped_ptr<StreamInterface> stream(cache_->ReadResource(id, kCacheHeader));
589 scoped_ptr<StreamInterface> stream(cache_->ReadResource(id, kCacheBody));

Completed in 74 milliseconds