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

  /external/chromium_org/chrome/browser/ui/webui/options/
language_options_handler_common.h 89 base::WeakPtr<SpellcheckHunspellDictionary>& GetHunspellDictionary();
language_options_handler_common.cc 181 base::StringValue(GetHunspellDictionary()->GetLanguage()));
187 base::StringValue(GetHunspellDictionary()->GetLanguage()));
193 base::StringValue(GetHunspellDictionary()->GetLanguage()));
276 GetHunspellDictionary()->RetryDownloadDictionary(
286 hunspell_dictionary_ = service->GetHunspellDictionary()->AsWeakPtr();
291 LanguageOptionsHandlerCommon::GetHunspellDictionary() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.h 95 SpellcheckHunspellDictionary* GetHunspellDictionary();
spellcheck_service.cc 191 SpellcheckHunspellDictionary* SpellcheckService::GetHunspellDictionary() {

Completed in 3080 milliseconds