Searched refs:SpellcheckCharAttribute (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_worditerator.h24 class SpellcheckCharAttribute { class
26 SpellcheckCharAttribute();
27 ~SpellcheckCharAttribute();
70 DISALLOW_COPY_AND_ASSIGN(SpellcheckCharAttribute);
80 // rule-sets created by the SpellcheckCharAttribute class. Also, this class
90 // SpellcheckCharAttribute attribute;
116 bool Initialize(const SpellcheckCharAttribute* attribute,
167 const SpellcheckCharAttribute* attribute_;
H A Dspellcheck_worditerator.cc22 // SpellcheckCharAttribute implementation:
24 SpellcheckCharAttribute::SpellcheckCharAttribute() function in class:SpellcheckCharAttribute
28 SpellcheckCharAttribute::~SpellcheckCharAttribute() {
31 void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) {
35 base::string16 SpellcheckCharAttribute::GetRuleSet(
41 void SpellcheckCharAttribute::CreateRuleSets(const std::string& language) {
193 bool SpellcheckCharAttribute::OutputChar(UChar c,
212 bool SpellcheckCharAttribute
[all...]
H A Dspellcheck_language.h59 SpellcheckCharAttribute character_attributes_;
H A Dspellcheck_worditerator_unittest.cc119 SpellcheckCharAttribute attributes;
148 SpellcheckCharAttribute attributes;
214 SpellcheckCharAttribute attributes;
235 SpellcheckCharAttribute attributes;
244 SpellcheckCharAttribute attributes;

Completed in 89 milliseconds