OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextHashesMap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
feedback.h
91
typedef std::map<base::string16, HashCollection>
TextHashesMap
;
105
TextHashesMap
text_;
feedback.cc
181
const
TextHashesMap
::const_iterator text_it = text_.find(misspelled_text);
Completed in 84 milliseconds