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

/external/chromium/chrome/browser/
H A Dspellchecker_platform_engine_unittest.cc12 // supply a non-zero doc_tag, in order to test that ignored words are matched to
24 const int doc_tag = SpellCheckerPlatform::GetDocumentTag(); local
27 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
33 EXPECT_TRUE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;
37 SpellCheckerPlatform::CloseDocumentWithTag(doc_tag);
40 EXPECT_FALSE(SpellCheckerPlatform::CheckSpelling(word, doc_tag)) << word;

Completed in 47 milliseconds