Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc219 spellcheck_service->GetCustomDictionary(); in TEST_F()
226 spellcheck_service2->GetCustomDictionary(); in TEST_F()
324 &profile_)->GetCustomDictionary(); in TEST_F()
354 &profile_)->GetCustomDictionary(); in TEST_F()
391 spellcheck_service->GetCustomDictionary(); in TEST_F()
462 spellcheck_service->GetCustomDictionary(); in TEST_F()
469 spellcheck_service2->GetCustomDictionary(); in TEST_F()
508 spellcheck_service->GetCustomDictionary(); in TEST_F()
515 spellcheck_service2->GetCustomDictionary(); in TEST_F()
551 spellcheck_service->GetCustomDictionary(); in TEST_F()
[all …]
Dspellcheck_service.h92 SpellcheckCustomDictionary* GetCustomDictionary();
Dspellcheck_message_filter_unittest.cc99 filter->GetSpellcheckService()->GetCustomDictionary()->AddWord(kCustomWord); in TEST()
Dspellcheck_message_filter.cc151 if (spellcheck->GetCustomDictionary()->HasWord( in OnTextCheckComplete()
Dspellcheck_service.cc199 SpellcheckCustomDictionary* SpellcheckService::GetCustomDictionary() { in GetCustomDictionary() function in SpellcheckService
/external/chromium_org/chrome/browser/sync/test/integration/
Ddictionary_helper.cc43 sync_datatype_helper::test()->GetProfile(index))->GetCustomDictionary(); in GetDictionary()
48 sync_datatype_helper::test()->verifier())->GetCustomDictionary(); in GetVerifierDictionary()
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.cc90 dictionary_ = service->GetCustomDictionary(); in ResetDictionaryWords()
/external/chromium_org/chrome/browser/tab_contents/
Dspelling_menu_observer.cc291 spellcheck->GetCustomDictionary()->AddWord(UTF16ToUTF8( in ExecuteCommand()
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_impl.cc420 GetCustomDictionary()->AsWeakPtr(); in GetSyncableServiceForType()