Searched refs:hunspell_directory (Results 1 – 1 of 1) sorted by relevance
24 base::FilePath hunspell_directory; in GetHunspellDirectory() local25 if (!PathService::Get(base::DIR_SOURCE_ROOT, &hunspell_directory)) in GetHunspellDirectory()28 hunspell_directory = hunspell_directory.AppendASCII("third_party"); in GetHunspellDirectory()29 hunspell_directory = hunspell_directory.AppendASCII("hunspell_dictionaries"); in GetHunspellDirectory()30 return hunspell_directory; in GetHunspellDirectory()56 base::FilePath hunspell_directory = GetHunspellDirectory(); in InitializeSpellCheck() local57 EXPECT_FALSE(hunspell_directory.empty()); in InitializeSpellCheck()60 hunspell_directory), in InitializeSpellCheck()