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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 191 SpellcheckHunspellDictionary* SpellcheckService::GetHunspellDictionary() {
  /external/chromium_org/chrome/browser/ui/webui/options/
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() {

Completed in 304 milliseconds