Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_worditerator.cc24 SpellcheckCharAttribute::SpellcheckCharAttribute() in SpellcheckCharAttribute() function in SpellcheckCharAttribute
28 SpellcheckCharAttribute::~SpellcheckCharAttribute() { in ~SpellcheckCharAttribute()
31 void SpellcheckCharAttribute::SetDefaultLanguage(const std::string& language) { in SetDefaultLanguage()
35 base::string16 SpellcheckCharAttribute::GetRuleSet( in GetRuleSet()
41 void SpellcheckCharAttribute::CreateRuleSets(const std::string& language) { in CreateRuleSets()
193 bool SpellcheckCharAttribute::OutputChar(UChar c, in OutputChar()
212 bool SpellcheckCharAttribute::OutputArabic(UChar c, in OutputArabic()
224 bool SpellcheckCharAttribute::OutputHangul(UChar c, in OutputHangul()
272 bool SpellcheckCharAttribute::OutputHebrew(UChar c, in OutputHebrew()
287 bool SpellcheckCharAttribute::OutputDefault(UChar c, in OutputDefault()
[all …]
Dspellcheck_worditerator.h24 class SpellcheckCharAttribute {
26 SpellcheckCharAttribute();
27 ~SpellcheckCharAttribute();
70 DISALLOW_COPY_AND_ASSIGN(SpellcheckCharAttribute);
116 bool Initialize(const SpellcheckCharAttribute* attribute,
167 const SpellcheckCharAttribute* attribute_;
Dspellcheck_worditerator_unittest.cc119 SpellcheckCharAttribute attributes; in TEST()
148 SpellcheckCharAttribute attributes; in TEST()
214 SpellcheckCharAttribute attributes; in TEST()
235 SpellcheckCharAttribute attributes; in TEST()
244 SpellcheckCharAttribute attributes; in TEST()
Dspellcheck_language.h59 SpellcheckCharAttribute character_attributes_;