Home | History | Annotate | Download | only in spellchecker

Lines Matching full:misspelling

21 //    Misspelling misspelling.
22 // misspelling.context = ASCIIToUTF16("Helllo world");
23 // misspelling.location = 0;
24 // misspelling.length = 6;
25 // misspelling.suggestions =
27 // misspelling.hash = GenerateRandomHash();
28 // misspelling.action.type = SpellcheckAction::TYPE_SELECT;
29 // misspelling.action.index = 0;
30 // Process(misspelling.Serialize());
31 class Misspelling {
33 Misspelling();
34 Misspelling(const base::string16& context,
39 ~Misspelling();
49 // A several-word text snippet that immediately surrounds the misspelling.
56 // The number of characters in the misspelling.
62 // The hash that identifies the misspelling.