Searched refs:CheckSpelling (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_platform_mac_unittest.cc | 66 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()
|
D | spellcheck_platform_mac.h | 61 bool CheckSpelling(const base::string16& word_to_check, int tag);
|
D | spellcheck_message_filter_mac.cc | 254 *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id)); in OnCheckSpelling()
|
D | spellcheck_platform_mac.mm | 175 bool CheckSpelling(const base::string16& word_to_check, int tag) {
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck_language.cc | 73 if (platform_spelling_engine_->CheckSpelling(word, tag)) in SpellCheckWord() 116 if (!platform_spelling_engine_->CheckSpelling(word, tag)) in IsValidContraction()
|
D | spelling_engine.h | 27 virtual bool CheckSpelling(const base::string16& word_to_check, int tag) = 0;
|
D | cocoa_spelling_engine_mac.h | 16 virtual bool CheckSpelling(const base::string16& word_to_check,
|
D | cocoa_spelling_engine_mac.cc | 31 bool CocoaSpellingEngine::CheckSpelling(const base::string16& word_to_check, in CheckSpelling() function in CocoaSpellingEngine
|
D | hunspell_engine.h | 32 virtual bool CheckSpelling(const base::string16& word_to_check,
|
D | hunspell_engine.cc | 70 bool HunspellEngine::CheckSpelling(const base::string16& word_to_check, in CheckSpelling() function in HunspellEngine
|
D | spellcheck_unittest.cc | 78 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/ |
D | chrome_render_widget_host_view_mac_delegate.mm | 235 // spellcheck_mac::CheckSpelling remembers the last tag and
|