Searched defs:CheckSpelling (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dcocoa_spelling_engine_mac.cc31 bool CocoaSpellingEngine::CheckSpelling(const base::string16& word_to_check, function in class:CocoaSpellingEngine
H A Dhunspell_engine.cc77 bool HunspellEngine::CheckSpelling(const base::string16& word_to_check, function in class:HunspellEngine
H A Dspellcheck_unittest.cc80 bool CheckSpelling(const std::string& word, int tag) { function in class:SpellCheckTest
81 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
1330 bool result = CheckSpelling(kTestCases[i].word, 0);
/external/chromium/chrome/browser/
H A Dspellchecker_linux.cc43 bool CheckSpelling(const string16& word_to_check, int tag) { function in namespace:SpellCheckerPlatform
H A Dspellchecker_win.cc43 bool CheckSpelling(const string16& word_to_check, int tag) { function in namespace:SpellCheckerPlatform

Completed in 201 milliseconds