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

  /external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc 27 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
33 EXPECT_TRUE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
40 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
319 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, 0)) << word;
spellchecker_linux.cc 43 bool CheckSpelling(const string16& word_to_check, int tag) {
spellchecker_platform_engine.h 58 bool CheckSpelling(const string16& word_to_check, int tag);
spellchecker_win.cc 43 bool CheckSpelling(const string16& word_to_check, int tag) {
spellcheck_message_filter.cc 41 *correct = SpellCheckerPlatform::CheckSpelling(word, tag);

Completed in 106 milliseconds