Home
last modified time | relevance | path

Searched defs:OnCustomDictionaryLoaded (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Ddictionary_load_observer.cc14 void DictionaryLoadObserver::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in DictionaryLoadObserver
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.cc68 void LanguageDictionaryOverlayHandler::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in options::LanguageDictionaryOverlayHandler
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_service.cc231 void SpellcheckService::OnCustomDictionaryLoaded() { in OnCustomDictionaryLoaded() function in SpellcheckService
Dspellcheck_custom_dictionary_unittest.cc175 virtual void OnCustomDictionaryLoaded() OVERRIDE { loads_++; } in OnCustomDictionaryLoaded() function in DictionaryObserverCounter