Searched defs:maybe_hash (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profile_resetter/
H A Djtl_foundation.cc37 bool Hasher::IsHash(const std::string& maybe_hash) { argument
38 if (maybe_hash.size() != kHashSizeInBytes)
40 for (std::string::const_iterator it = maybe_hash.begin();
41 it != maybe_hash.end(); ++it) {

Completed in 723 milliseconds