Home
last modified time | relevance | path

Searched refs:DictionaryFile (Results 1 – 2 of 2) sorted by relevance

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