Searched refs:bdict_file (Results 1 – 6 of 6) sorted by relevance
16 void CocoaSpellingEngine::Init(base::File bdict_file) { in Init() argument17 DCHECK(!bdict_file.IsValid()); in Init()
24 virtual void Init(base::File bdict_file) = 0;
13 virtual void Init(base::File bdict_file) OVERRIDE;
121 void OnInit(IPC::PlatformFileForTransit bdict_file,
158 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file, in OnInit() argument162 Init(IPC::PlatformFileForTransitToFile(bdict_file), in OnInit()
218 std::string bdict_file = dictionary_file_.path.BaseName().MaybeAsASCII(); in GetDictionaryURL() local220 DCHECK(!bdict_file.empty()); in GetDictionaryURL()223 base::StringToLowerASCII(bdict_file)); in GetDictionaryURL()