OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_dictionary_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc
73
custom_dictionary_
.reset(new SpellcheckCustomDictionary(context_->GetPath()));
74
custom_dictionary_
->AddObserver(this);
75
custom_dictionary_
->Load();
188
custom_dictionary_
->GetWords(),
200
return
custom_dictionary_
.get();
spellcheck_service.h
162
scoped_ptr<SpellcheckCustomDictionary>
custom_dictionary_
;
member in class:SpellcheckService
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck.cc
148
custom_dictionary_
.OnCustomDictionaryChanged(words_added, words_removed);
174
custom_dictionary_
.Init(custom_words);
226
if (!
custom_dictionary_
.SpellCheckWord(
372
if (!
custom_dictionary_
.SpellCheckWord(
spellcheck.h
151
CustomDictionaryEngine
custom_dictionary_
;
member in class:SpellCheck
Completed in 104 milliseconds