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

  /external/chromium_org/chrome/browser/spellchecker/
feedback.cc 6 // |misspellings_|. This is a map from uint32 hashes to |Misspelling| objects.
33 HashMisspellingMap::iterator misspelling_it = misspellings_.find(hash);
34 if (misspelling_it == misspellings_.end())
55 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it);
56 if (misspelling_it != misspellings_.end() &&
81 misspellings_.find(*hash_it);
82 if (misspelling_it != misspellings_.end())
96 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it);
99 if (misspelling_it == misspellings_.end())
106 misspellings_.erase(misspelling_it)
    [all...]
feedback.h 99 HashMisspellingMap misspellings_; member in class:spellcheck::Feedback

Completed in 206 milliseconds