Home
last modified time | relevance | path

Searched refs:SpellcheckHunspellDictionary (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_hunspell_dictionary.cc67 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile() { in DictionaryFile()
70 SpellcheckHunspellDictionary::DictionaryFile::~DictionaryFile() { in ~DictionaryFile()
79 SpellcheckHunspellDictionary::DictionaryFile::DictionaryFile(RValue other) in DictionaryFile()
84 SpellcheckHunspellDictionary::DictionaryFile&
85 SpellcheckHunspellDictionary::DictionaryFile::operator=(RValue other) { in operator =()
93 SpellcheckHunspellDictionary::SpellcheckHunspellDictionary( in SpellcheckHunspellDictionary() function in SpellcheckHunspellDictionary
105 SpellcheckHunspellDictionary::~SpellcheckHunspellDictionary() { in ~SpellcheckHunspellDictionary()
108 void SpellcheckHunspellDictionary::Load() { in Load()
118 &SpellcheckHunspellDictionary::InformListenersOfInitialization, in Load()
129 &SpellcheckHunspellDictionary::InitializeDictionaryLocationComplete, in Load()
[all …]
Dspellcheck_hunspell_dictionary.h26 class SpellcheckHunspellDictionary
29 public base::SupportsWeakPtr<SpellcheckHunspellDictionary> {
47 SpellcheckHunspellDictionary(
51 virtual ~SpellcheckHunspellDictionary();
161 base::WeakPtrFactory<SpellcheckHunspellDictionary> weak_ptr_factory_;
163 DISALLOW_COPY_AND_ASSIGN(SpellcheckHunspellDictionary);
Dspellcheck_service.h39 public SpellcheckHunspellDictionary::Observer {
95 SpellcheckHunspellDictionary* GetHunspellDictionary();
164 scoped_ptr<SpellcheckHunspellDictionary> hunspell_dictionary_;
Dspellcheck_service.cc191 SpellcheckHunspellDictionary* SpellcheckService::GetHunspellDictionary() { in GetHunspellDictionary()
290 hunspell_dictionary_.reset(new SpellcheckHunspellDictionary( in OnSpellCheckDictionaryChanged()
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_options_handler_common.h23 public SpellcheckHunspellDictionary::Observer {
89 base::WeakPtr<SpellcheckHunspellDictionary>& GetHunspellDictionary();
92 base::WeakPtr<SpellcheckHunspellDictionary> hunspell_dictionary_;
Dlanguage_options_handler_common.cc290 base::WeakPtr<SpellcheckHunspellDictionary>&