Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_platform_mac_unittest.cc66 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word; in TEST_F()
72 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word; in TEST_F()
79 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word; in TEST_F()
361 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, 0)) << word; in TEST_F()
Dspellcheck_platform_mac.h61 bool CheckSpelling(const base::string16& word_to_check, int tag);
Dspellcheck_message_filter_mac.cc254 *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id)); in OnCheckSpelling()
Dspellcheck_platform_mac.mm175 bool CheckSpelling(const base::string16& word_to_check, int tag) {
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_language.cc73 if (platform_spelling_engine_->CheckSpelling(word, tag)) in SpellCheckWord()
116 if (!platform_spelling_engine_->CheckSpelling(word, tag)) in IsValidContraction()
Dspelling_engine.h27 virtual bool CheckSpelling(const base::string16& word_to_check, int tag) = 0;
Dcocoa_spelling_engine_mac.h16 virtual bool CheckSpelling(const base::string16& word_to_check,
Dcocoa_spelling_engine_mac.cc31 bool CocoaSpellingEngine::CheckSpelling(const base::string16& word_to_check, in CheckSpelling() function in CocoaSpellingEngine
Dhunspell_engine.h32 virtual bool CheckSpelling(const base::string16& word_to_check,
Dhunspell_engine.cc70 bool HunspellEngine::CheckSpelling(const base::string16& word_to_check, in CheckSpelling() function in HunspellEngine
Dspellcheck_unittest.cc78 bool CheckSpelling(const std::string& word, int tag) { in CheckSpelling() function in SpellCheckTest
79 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling( in CheckSpelling()
1342 bool result = CheckSpelling(kTestCases[i].word, 0); in TEST_F()
/external/chromium_org/chrome/browser/renderer_host/
Dchrome_render_widget_host_view_mac_delegate.mm235 // spellcheck_mac::CheckSpelling remembers the last tag and