Home
last modified time | relevance | path

Searched refs:empty_hash_collection_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback.h95 const HashCollection empty_hash_collection_; variable
Dfeedback.cc182 return text_it == text_.end() ? empty_hash_collection_ : text_it->second; in FindMisspellings()