Searched refs:bdict_file_ (Results 1 – 2 of 2) sorted by relevance
51 bdict_file_.reset(); in Init()61 bdict_file_.reset(new base::MemoryMappedFile); in InitializeHunspell()63 if (bdict_file_->Initialize(file_.Pass())) { in InitializeHunspell()64 hunspell_.reset(new Hunspell(bdict_file_->data(), bdict_file_->length())); in InitializeHunspell()
44 scoped_ptr<base::MemoryMappedFile> bdict_file_; variable