OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bdict_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
spellcheck_host_impl.cc
227
std::string
bdict_file
= bdict_file_path_.BaseName().MaybeAsASCII();
local
228
if (
bdict_file
.empty()) {
233
StringToLowerASCII(
bdict_file
));
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc
289
std::string
bdict_file
= dictionary_file_->path.BaseName().MaybeAsASCII();
local
291
DCHECK(!
bdict_file
.empty());
294
StringToLowerASCII(
bdict_file
));
Completed in 32 milliseconds