OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetDictionaryFile
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/
spellcheck_host.h
64
virtual const base::PlatformFile&
GetDictionaryFile
() const = 0;
spellcheck_host_impl.h
53
virtual const base::PlatformFile&
GetDictionaryFile
() const;
spellcheck_host_impl.cc
327
const base::PlatformFile& SpellCheckHostImpl::
GetDictionaryFile
() const {
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.h
65
const base::PlatformFile&
GetDictionaryFile
() const;
spellcheck_service.cc
169
if (hunspell_dictionary_->
GetDictionaryFile
() !=
172
file = base::FileDescriptor(hunspell_dictionary_->
GetDictionaryFile
(),
176
hunspell_dictionary_->
GetDictionaryFile
(),
spellcheck_hunspell_dictionary.cc
210
return
GetDictionaryFile
() !=
215
SpellcheckHunspellDictionary::
GetDictionaryFile
() const {
/external/chromium/chrome/browser/profiles/
profile_impl.cc
[
all
...]
Completed in 510 milliseconds