OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doc_tag
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
spellchecker_platform_engine_unittest.cc
12
// 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;
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_platform_mac_unittest.cc
52
// supply a non-zero
doc_tag
, in order to test that ignored words are matched to
64
const int
doc_tag
= spellcheck_mac::GetDocumentTag();
local
67
EXPECT_FALSE(spellcheck_mac::CheckSpelling(word,
doc_tag
)) << word;
73
EXPECT_TRUE(spellcheck_mac::CheckSpelling(word,
doc_tag
)) << word;
77
spellcheck_mac::CloseDocumentWithTag(
doc_tag
);
80
EXPECT_FALSE(spellcheck_mac::CheckSpelling(word,
doc_tag
)) << word;
Completed in 197 milliseconds