OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HashMisspellingMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
feedback.h
88
typedef std::map<uint32, Misspelling>
HashMisspellingMap
;
99
HashMisspellingMap
misspellings_;
feedback.cc
33
HashMisspellingMap
::iterator misspelling_it = misspellings_.find(hash);
55
HashMisspellingMap
::iterator misspelling_it = misspellings_.find(*hash_it);
80
HashMisspellingMap
::const_iterator misspelling_it =
96
HashMisspellingMap
::iterator misspelling_it = misspellings_.find(*hash_it);
118
HashMisspellingMap
::iterator misspelling_it =
154
for (
HashMisspellingMap
::iterator misspelling_it = misspellings_.begin();
164
for (
HashMisspellingMap
::const_iterator misspelling_it =
Completed in 43 milliseconds