HomeSort by relevance Sort by last modified time
    Searched refs:bdict_file (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
cocoa_spelling_engine_mac.cc 16 void CocoaSpellingEngine::Init(base::PlatformFile bdict_file) {
17 DCHECK(bdict_file == base::kInvalidPlatformFileValue);
cocoa_spelling_engine_mac.h 13 virtual void Init(base::PlatformFile bdict_file) OVERRIDE;
spelling_engine.h 24 virtual void Init(base::PlatformFile bdict_file) = 0;
spellcheck.h 121 void OnInit(IPC::PlatformFileForTransit bdict_file,
spellcheck.cc 132 void SpellCheck::OnInit(IPC::PlatformFileForTransit bdict_file,
136 Init(IPC::PlatformFileForTransitToPlatformFile(bdict_file),
  /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 4256 milliseconds