Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback.cc33 HashMisspellingMap::iterator misspelling_it = misspellings_.find(hash); in GetMisspelling()
55 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it); in FinalizeRemovedMisspellings()
80 HashMisspellingMap::const_iterator misspelling_it = in GetMisspellingsInRenderer()
96 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it); in EraseFinalizedMisspellings()
118 HashMisspellingMap::iterator misspelling_it = in AddMisspelling()
154 for (HashMisspellingMap::iterator misspelling_it = misspellings_.begin(); in FinalizeAllMisspellings()
164 for (HashMisspellingMap::const_iterator misspelling_it = in GetAllMisspellings()
Dfeedback.h88 typedef std::map<uint32, Misspelling> HashMisspellingMap; typedef
99 HashMisspellingMap misspellings_;