HomeSort by relevance Sort by last modified time
    Searched defs:SpellcheckCustomDictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 27 class SpellcheckCustomDictionary : public SpellcheckDictionary,
77 explicit SpellcheckCustomDictionary(const base::FilePath& path);
78 virtual ~SpellcheckCustomDictionary();
170 base::WeakPtrFactory<SpellcheckCustomDictionary> weak_ptr_factory_;
184 DISALLOW_COPY_AND_ASSIGN(SpellcheckCustomDictionary);
spellcheck_custom_dictionary.cc 178 SpellcheckCustomDictionary::Change::Change() {
181 SpellcheckCustomDictionary::Change::Change(
182 const SpellcheckCustomDictionary::Change& other)
187 SpellcheckCustomDictionary::Change::Change(const WordList& to_add)
191 SpellcheckCustomDictionary::Change::~Change() {
194 void SpellcheckCustomDictionary::Change::AddWord(const std::string& word) {
198 void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) {
202 int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) {
211 const WordList& SpellcheckCustomDictionary::Change::to_add() const {
215 const WordList& SpellcheckCustomDictionary::Change::to_remove() const
    [all...]

Completed in 45 milliseconds