HomeSort by relevance Sort by last modified time
    Searched refs:SpellcheckHunspellDictionary (Results 1 - 6 of 6) 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);
spellcheck_service.h 39 public SpellcheckHunspellDictionary::Observer {
95 SpellcheckHunspellDictionary* GetHunspellDictionary();
121 // SpellcheckHunspellDictionary::Observer implementation.
164 scoped_ptr<SpellcheckHunspellDictionary> hunspell_dictionary_;
spellcheck_service.cc 191 SpellcheckHunspellDictionary* SpellcheckService::GetHunspellDictionary() {
290 hunspell_dictionary_.reset(new SpellcheckHunspellDictionary(
  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.h 23 public SpellcheckHunspellDictionary::Observer {
36 // SpellcheckHunspellDictionary::Observer implementation.
89 base::WeakPtr<SpellcheckHunspellDictionary>& GetHunspellDictionary();
92 base::WeakPtr<SpellcheckHunspellDictionary> hunspell_dictionary_;
language_options_handler_common.cc 290 base::WeakPtr<SpellcheckHunspellDictionary>&

Completed in 76 milliseconds