Home
last modified time | relevance | path

Searched refs:OnCustomDictionaryLoaded (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Ddictionary_load_observer.cc14 void DictionaryLoadObserver::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in DictionaryLoadObserver
Ddictionary_load_observer.h20 virtual void OnCustomDictionaryLoaded() OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.h27 virtual void OnCustomDictionaryLoaded() OVERRIDE;
Dlanguage_dictionary_overlay_handler.cc68 void LanguageDictionaryOverlayHandler::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in options::LanguageDictionaryOverlayHandler
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_service.h117 virtual void OnCustomDictionaryLoaded() OVERRIDE;
Dspellcheck_custom_dictionary.h71 virtual void OnCustomDictionaryLoaded() = 0;
Dspellcheck_service.cc231 void SpellcheckService::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in SpellcheckService
Dspellcheck_custom_dictionary.cc440 FOR_EACH_OBSERVER(Observer, observers_, OnCustomDictionaryLoaded()); in OnLoaded()
Dspellcheck_custom_dictionary_unittest.cc175 virtual void OnCustomDictionaryLoaded() OVERRIDE { loads_++; } in OnCustomDictionaryLoaded() function in DictionaryObserverCounter