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

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_hunspell_dictionary.h88 struct DictionaryFile { struct in class:SpellcheckHunspellDictionary
89 MOVE_ONLY_TYPE_FOR_CPP_03(DictionaryFile, RValue)
91 DictionaryFile();
92 ~DictionaryFile();
95 DictionaryFile(RValue other);
96 DictionaryFile& operator=(RValue other);
117 static DictionaryFile OpenDictionaryFile(const base::FilePath& path);
120 static DictionaryFile InitializeDictionaryLocation(
125 void InitializeDictionaryLocationComplete(DictionaryFile file);
159 DictionaryFile dictionary_file
[all...]
H A Dspellcheck_hunspell_dictionary.cc67 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile() { function in class:SpellcheckHunspellDictionary::DictionaryFile
70 SpellcheckHunspellDictionary::DictionaryFile::~DictionaryFile() {
79 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile(RValue other) function in class:SpellcheckHunspellDictionary::DictionaryFile
84 SpellcheckHunspellDictionary::DictionaryFile&
85 SpellcheckHunspellDictionary::DictionaryFile::operator=(RValue other) {
249 SpellcheckHunspellDictionary::DictionaryFile
252 DictionaryFile dictionar
[all...]

Completed in 103 milliseconds