Home
last modified time | relevance | path

Searched refs:bdict_file (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dcocoa_spelling_engine_mac.cc16 void CocoaSpellingEngine::Init(base::File bdict_file) { in Init() argument
17 DCHECK(!bdict_file.IsValid()); in Init()
Dspelling_engine.h24 virtual void Init(base::File bdict_file) = 0;
Dcocoa_spelling_engine_mac.h13 virtual void Init(base::File bdict_file) OVERRIDE;
Dspellcheck.h121 void OnInit(IPC::PlatformFileForTransit bdict_file,
Dspellcheck.cc158 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file, in OnInit() argument
162 Init(IPC::PlatformFileForTransitToFile(bdict_file), in OnInit()
/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_hunspell_dictionary.cc218 std::string bdict_file = dictionary_file_.path.BaseName().MaybeAsASCII(); in GetDictionaryURL() local
220 DCHECK(!bdict_file.empty()); in GetDictionaryURL()
223 base::StringToLowerASCII(bdict_file)); in GetDictionaryURL()