HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryFile (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h 88 struct DictionaryFile {
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...]
spellcheck_hunspell_dictionary.cc 67 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile() {
70 SpellcheckHunspellDictionary::DictionaryFile::~DictionaryFile() {
79 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile(RValue other)
84 SpellcheckHunspellDictionary::DictionaryFile&
85 SpellcheckHunspellDictionary::DictionaryFile::operator=(RValue other) {
249 SpellcheckHunspellDictionary::DictionaryFile
252 DictionaryFile dictionary
    [all...]

Completed in 40 milliseconds