Searched refs:misspelling_it (Results 1 – 1 of 1) sorted by relevance
33 HashMisspellingMap::iterator misspelling_it = misspellings_.find(hash); in GetMisspelling() local34 if (misspelling_it == misspellings_.end()) in GetMisspelling()36 return &misspelling_it->second; in GetMisspelling()55 HashMisspellingMap::iterator misspelling_it = misspellings_.find(*hash_it); in FinalizeRemovedMisspellings() local56 if (misspelling_it != misspellings_.end() && in FinalizeRemovedMisspellings()57 !misspelling_it->second.action.IsFinal()) { in FinalizeRemovedMisspellings()58 misspelling_it->second.action.Finalize(); in FinalizeRemovedMisspellings()80 HashMisspellingMap::const_iterator misspelling_it = in GetMisspellingsInRenderer() local82 if (misspelling_it != misspellings_.end()) in GetMisspellingsInRenderer()83 misspellings_in_renderer.push_back(misspelling_it->second); in GetMisspellingsInRenderer()[all …]