Searched defs:SpellcheckDictionaryInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.cc15 SpellcheckDictionaryInfo::SpellcheckDictionaryInfo() { function in class:extensions::SpellcheckDictionaryInfo
18 SpellcheckDictionaryInfo::~SpellcheckDictionaryInfo() {
34 scoped_ptr<SpellcheckDictionaryInfo> spellcheck_info(
35 new SpellcheckDictionaryInfo);
H A Dspellcheck_handler.h15 struct SpellcheckDictionaryInfo : public extensions::Extension::ManifestData { struct in namespace:extensions
16 SpellcheckDictionaryInfo();
17 virtual ~SpellcheckDictionaryInfo();

Completed in 123 milliseconds