CustomDictionaryEngine 10 chrome/renderer/spellchecker/custom_dictionary_engine.cc CustomDictionaryEngine::CustomDictionaryEngine() { CustomDictionaryEngine 13 chrome/renderer/spellchecker/custom_dictionary_engine.cc CustomDictionaryEngine::~CustomDictionaryEngine() { CustomDictionaryEngine 16 chrome/renderer/spellchecker/custom_dictionary_engine.cc void CustomDictionaryEngine::Init(const std::set<std::string>& custom_words) { CustomDictionaryEngine 28 chrome/renderer/spellchecker/custom_dictionary_engine.cc void CustomDictionaryEngine::OnCustomDictionaryChanged( CustomDictionaryEngine 43 chrome/renderer/spellchecker/custom_dictionary_engine.cc bool CustomDictionaryEngine::SpellCheckWord( CustomDictionaryEngine 17 chrome/renderer/spellchecker/custom_dictionary_engine.h class CustomDictionaryEngine { CustomDictionaryEngine 19 chrome/renderer/spellchecker/custom_dictionary_engine.h CustomDictionaryEngine(); CustomDictionaryEngine 20 chrome/renderer/spellchecker/custom_dictionary_engine.h ~CustomDictionaryEngine(); CustomDictionaryEngine 41 chrome/renderer/spellchecker/custom_dictionary_engine.h DISALLOW_COPY_AND_ASSIGN(CustomDictionaryEngine); CustomDictionaryEngine 10 chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc CustomDictionaryEngine engine; CustomDictionaryEngine 17 chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc CustomDictionaryEngine engine; CustomDictionaryEngine 29 chrome/renderer/spellchecker/custom_dictionary_engine_unittest.cc EXPECT_FALSE(CustomDictionaryEngine().SpellCheckWord(data, 1, 1)); CustomDictionaryEngine 151 chrome/renderer/spellchecker/spellcheck.h CustomDictionaryEngine custom_dictionary_;