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

  /external/chromium_org/extensions/browser/
content_hash_reader.cc 25 ContentHashReader::ContentHashReader(const std::string& extension_id,
41 ContentHashReader::~ContentHashReader() {
44 bool ContentHashReader::Init() {
91 int ContentHashReader::block_count() const {
96 int ContentHashReader::block_size() const {
101 bool ContentHashReader::GetHashForBlock(int block_index,
content_hash_reader.h 24 class ContentHashReader : public base::RefCountedThreadSafe<ContentHashReader> {
28 ContentHashReader(const std::string& extension_id,
59 friend class base::RefCountedThreadSafe<ContentHashReader>;
60 virtual ~ContentHashReader();
82 DISALLOW_COPY_AND_ASSIGN(ContentHashReader);
content_verify_job.h 25 class ContentHashReader;
50 ContentVerifyJob(ContentHashReader* hash_reader,
96 // Called when our ContentHashReader has finished initializing.
105 // While we're waiting for the callback from the ContentHashReader, we need
121 scoped_refptr<ContentHashReader> hash_reader_;
content_verify_job.cc 24 ContentVerifyJob::ContentVerifyJob(ContentHashReader* hash_reader,
47 base::Bind(&ContentHashReader::Init, hash_reader_),
content_verifier.cc 71 // a cache of ContentHashReader's that we hold onto past the end of each job.
73 new ContentHashReader(extension_id,

Completed in 66 milliseconds