Home
last modified time | relevance | path

Searched refs:character_attributes_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_language.cc25 character_attributes_.SetDefaultLanguage(language); in Init()
64 !text_iterator_.Initialize(&character_attributes_, true)) { in SpellCheckWord()
104 !contraction_iterator_.Initialize(&character_attributes_, false)) { in IsValidContraction()
Dspellcheck_language.h59 SpellcheckCharAttribute character_attributes_; variable