OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpellcheckCharAttribute
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator.h
24
class
SpellcheckCharAttribute
{
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_;
spellcheck_worditerator.cc
22
//
SpellcheckCharAttribute
implementation:
24
SpellcheckCharAttribute
::
SpellcheckCharAttribute
()
28
SpellcheckCharAttribute
::~
SpellcheckCharAttribute
() {
31
void
SpellcheckCharAttribute
::SetDefaultLanguage(const std::string& language) {
35
string16
SpellcheckCharAttribute
::GetRuleSet(bool allow_contraction) const {
40
void
SpellcheckCharAttribute
::CreateRuleSets(const std::string& language) {
192
bool
SpellcheckCharAttribute
::OutputChar(UChar c, string16* output) const {
210
bool
SpellcheckCharAttribute
::OutputArabic(UChar c, string16* output) const
[
all
...]
Completed in 180 milliseconds