Home
last modified time | relevance | path

Searched refs:allow_contraction (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.cc37 bool allow_contraction) const { in GetRuleSet()
38 return allow_contraction ? in GetRuleSet()
317 bool allow_contraction) { in Initialize() argument
321 const base::string16 rule(attribute->GetRuleSet(allow_contraction)); in Initialize()
Dspellcheck_worditerator.h46 base::string16 GetRuleSet(bool allow_contraction) const;
123 bool allow_contraction);
Dspellcheck_worditerator_unittest.cc19 bool allow_contraction; member
125 kTestCases[i].allow_contraction)); in TEST()