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

  /external/chromium_org/content/browser/download/
base_file.cc 42 calculate_hash_(calculate_hash),
46 if (calculate_hash_) {
133 if (calculate_hash_)
200 if (calculate_hash_)
221 return (calculate_hash_ && !in_progress());
225 if (!calculate_hash_)
base_file.h 170 bool calculate_hash_; member in class:content::BaseFile
172 // Used to calculate hash for the file when calculate_hash_

Completed in 320 milliseconds