Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dfeedback.cc33 HashMisspellingMap::iterator misspelling_it = misspellings_.find(hash); in GetMisspelling() local
34 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() local
56 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() local
82 if (misspelling_it != misspellings_.end()) in GetMisspellingsInRenderer()
83 misspellings_in_renderer.push_back(misspelling_it->second); in GetMisspellingsInRenderer()
[all …]