OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bdict_file_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/renderer/spellchecker/
hunspell_engine.cc
51
bdict_file_
.reset();
61
bdict_file_
.reset(new base::MemoryMappedFile);
63
if (
bdict_file_
->Initialize(file_.Pass())) {
64
hunspell_.reset(new Hunspell(
bdict_file_
->data(),
bdict_file_
->length()));
hunspell_engine.h
44
scoped_ptr<base::MemoryMappedFile>
bdict_file_
;
member in class:HunspellEngine
Completed in 92 milliseconds