HomeSort by relevance Sort by last modified time
    Searched full:allow_contraction (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.h 46 base::string16 GetRuleSet(bool allow_contraction) const;
120 // with its 'allow_contraction' parameter false. (This function uses lots of
123 bool allow_contraction);
spellcheck_worditerator.cc 37 bool allow_contraction) const {
38 return allow_contraction ?
317 bool allow_contraction) {
321 const base::string16 rule(attribute->GetRuleSet(allow_contraction));
spellcheck_worditerator_unittest.cc 19 bool allow_contraction; member in struct:__anon10486::TestCase
125 kTestCases[i].allow_contraction));

Completed in 252 milliseconds