HomeSort by relevance Sort by last modified time
    Searched refs:OnCustomDictionaryLoaded (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_load_observer.cc 14 void DictionaryLoadObserver::OnCustomDictionaryLoaded() {
dictionary_load_observer.h 20 virtual void OnCustomDictionaryLoaded() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
language_dictionary_overlay_handler.h 27 virtual void OnCustomDictionaryLoaded() OVERRIDE;
language_dictionary_overlay_handler.cc 68 void LanguageDictionaryOverlayHandler::OnCustomDictionaryLoaded() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.h 116 virtual void OnCustomDictionaryLoaded() OVERRIDE;
spellcheck_custom_dictionary.h 71 virtual void OnCustomDictionaryLoaded() = 0;
spellcheck_service.cc 229 void SpellcheckService::OnCustomDictionaryLoaded() {
spellcheck_custom_dictionary.cc 452 FOR_EACH_OBSERVER(Observer, observers_, OnCustomDictionaryLoaded());
spellcheck_custom_dictionary_unittest.cc 165 virtual void OnCustomDictionaryLoaded() OVERRIDE { loads_++; }
    [all...]

Completed in 118 milliseconds