OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpellcheckDictionary
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_dictionary.h
12
class
SpellcheckDictionary
{
14
SpellcheckDictionary
() {}
15
virtual ~
SpellcheckDictionary
() {}
20
DISALLOW_COPY_AND_ASSIGN(
SpellcheckDictionary
);
spellcheck_hunspell_dictionary.h
28
: public
SpellcheckDictionary
,
54
//
SpellcheckDictionary
implementation:
spellcheck_custom_dictionary.h
27
class SpellcheckCustomDictionary : public
SpellcheckDictionary
,
108
// Overridden from
SpellcheckDictionary
:
Completed in 97 milliseconds