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

  /external/chromium_org/chrome/browser/spellchecker/
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) {
93 SpellcheckHunspellDictionary::SpellcheckHunspellDictionary(
105 SpellcheckHunspellDictionary::~SpellcheckHunspellDictionary() {
108 void SpellcheckHunspellDictionary::Load()
    [all...]
spellcheck_hunspell_dictionary.h 26 class SpellcheckHunspellDictionary
29 public base::SupportsWeakPtr<SpellcheckHunspellDictionary> {
47 SpellcheckHunspellDictionary(
51 virtual ~SpellcheckHunspellDictionary();
143 // Used for downloading the dictionary file. SpellcheckHunspellDictionary does
161 base::WeakPtrFactory<SpellcheckHunspellDictionary> weak_ptr_factory_;
163 DISALLOW_COPY_AND_ASSIGN(SpellcheckHunspellDictionary);

Completed in 1689 milliseconds