Searched refs:current_hash_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.cc96 if (!current_hash_.get()) {
98 current_hash_.reset(
106 current_hash_->Update(data + bytes_added, bytes_to_hash);
147 current_hash_->Finish(string_as_array(&final), final.size());
148 current_hash_.reset();
H A Dcontent_verify_job.h129 scoped_ptr<crypto::SecureHash> current_hash_; member in class:extensions::ContentVerifyJob
131 // The number of bytes we've already input into |current_hash_|.
/external/chromium_org/net/tools/dump_cache/
H A Ddump_files.cc158 current_hash_(0),
178 int current_hash_; member in class:__anon9752::CacheDumper
206 current_hash_++;
215 current_hash_++;
218 for (int i = current_hash_; i < index_->header.table_len; i++) {
222 current_hash_ = i;
251 current_hash_++;

Completed in 407 milliseconds