Home
last modified time | relevance | path

Searched refs:bdict_file_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/spellchecker/
Dhunspell_engine.cc51 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()
Dhunspell_engine.h44 scoped_ptr<base::MemoryMappedFile> bdict_file_; variable