HomeSort by relevance Sort by last modified time
    Searched refs:CheckSpelling (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.h 16 virtual bool CheckSpelling(const base::string16& word_to_check,
spelling_engine.h 27 virtual bool CheckSpelling(const base::string16& word_to_check, int tag) = 0;
cocoa_spelling_engine_mac.cc 31 bool CocoaSpellingEngine::CheckSpelling(const base::string16& word_to_check,
hunspell_engine.h 32 virtual bool CheckSpelling(const base::string16& word_to_check,
spellcheck_language.cc 73 if (platform_spelling_engine_->CheckSpelling(word, tag))
116 if (!platform_spelling_engine_->CheckSpelling(word, tag))
hunspell_engine.cc 70 bool HunspellEngine::CheckSpelling(const base::string16& word_to_check,
spellcheck_unittest.cc 78 bool CheckSpelling(const std::string& word, int tag) {
79 return spell_check_->spellcheck_.platform_spelling_engine_->CheckSpelling(
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc 66 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
72 EXPECT_TRUE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
79 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, doc_tag)) << word;
361 EXPECT_FALSE(spellcheck_mac::CheckSpelling(word, 0)) << word;
spellcheck_platform_mac.h 61 bool CheckSpelling(const base::string16& word_to_check, int tag);
spellcheck_message_filter_mac.cc 254 *correct = spellcheck_mac::CheckSpelling(word, ToDocumentTag(route_id));

Completed in 167 milliseconds