Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dcocoa_spelling_engine_mac.cc43 const base::string16& wrong_word, in FillSuggestionList() argument
46 wrong_word, optional_suggestions)); in FillSuggestionList()
Dhunspell_engine.cc99 const base::string16& wrong_word, in FillSuggestionList() argument
101 std::string wrong_word_utf8(UTF16ToUTF8(wrong_word)); in FillSuggestionList()
Dspelling_engine.h29 const base::string16& wrong_word,
Dcocoa_spelling_engine_mac.h19 const base::string16& wrong_word,
Dhunspell_engine.h35 const base::string16& wrong_word,
/external/chromium/chrome/browser/
Dspellchecker_linux.cc47 void FillSuggestionList(const string16& wrong_word, in FillSuggestionList() argument
Dspellchecker_win.cc47 void FillSuggestionList(const string16& wrong_word, in FillSuggestionList() argument
Dspellchecker_platform_engine.h63 void FillSuggestionList(const string16& wrong_word,
Dspellchecker_mac.mm245 void FillSuggestionList(const string16& wrong_word,
247 NSString* NS_wrong_word = base::SysUTF16ToNSString(wrong_word);
249 // The suggested words for |wrong_word|.
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_platform_mac.h66 void FillSuggestionList(const base::string16& wrong_word,
Dspellcheck_platform_mac.mm197 void FillSuggestionList(const base::string16& wrong_word,
199 NSString* NS_wrong_word = base::SysUTF16ToNSString(wrong_word);
201 // The suggested words for |wrong_word|.