Home
last modified time | relevance | path

Searched refs:OnCustomDictionaryChanged (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Ddictionary_load_observer.cc18 void DictionaryLoadObserver::OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in DictionaryLoadObserver
Ddictionary_load_observer.h21 virtual void OnCustomDictionaryChanged(
/external/chromium_org/chrome/renderer/spellchecker/
Dcustom_dictionary_engine.h33 void OnCustomDictionaryChanged(
Dspellcheck.cc121 OnCustomDictionaryChanged) in OnControlMessageReceived()
145 void SpellCheck::OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in SpellCheck
148 custom_dictionary_.OnCustomDictionaryChanged(words_added, words_removed); in OnCustomDictionaryChanged()
Dcustom_dictionary_engine.cc28 void CustomDictionaryEngine::OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in CustomDictionaryEngine
Dspellcheck.h125 void OnCustomDictionaryChanged(
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.h28 virtual void OnCustomDictionaryChanged(
Dlanguage_dictionary_overlay_handler.cc72 void LanguageDictionaryOverlayHandler::OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in options::LanguageDictionaryOverlayHandler
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_service.h118 virtual void OnCustomDictionaryChanged(
Dspellcheck_custom_dictionary.h74 virtual void OnCustomDictionaryChanged(const Change& dictionary_change) = 0;
Dspellcheck_service.cc235 void SpellcheckService::OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in SpellcheckService
Dspellcheck_custom_dictionary.cc535 OnCustomDictionaryChanged(dictionary_change)); in Notify()
Dspellcheck_custom_dictionary_unittest.cc176 virtual void OnCustomDictionaryChanged( in OnCustomDictionaryChanged() function in DictionaryObserverCounter