OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDictionaryFile
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h
63
const base::File&
GetDictionaryFile
() const;
spellcheck_hunspell_dictionary.cc
141
return
GetDictionaryFile
().IsValid() || IsUsingPlatformChecker();
144
const base::File& SpellcheckHunspellDictionary::
GetDictionaryFile
() const {
spellcheck_service.cc
168
if (hunspell_dictionary_->
GetDictionaryFile
().IsValid()) {
170
hunspell_dictionary_->
GetDictionaryFile
().GetPlatformFile(),
Completed in 187 milliseconds