HomeSort by relevance Sort by last modified time
    Searched full:word_hash (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_term_feature_extractor.cc 225 uint32 word_hash = MurmurHash3String(word_lower, murmurhash3_seed_); local
228 if (page_word_hashes_->find(word_hash) == page_word_hashes_->end()) {

Completed in 60 milliseconds