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();
182 base::WeakPtrFactory<SpellcheckCustomDictionary> weak_ptr_factory_;
184 DISALLOW_COPY_AND_ASSIGN(SpellcheckCustomDictionary);
spellcheck_custom_dictionary.cc 173 SpellcheckCustomDictionary::Change::Change() {
176 SpellcheckCustomDictionary::Change::Change(
177 const SpellcheckCustomDictionary::Change& other)
182 SpellcheckCustomDictionary::Change::Change(const WordList& to_add)
186 SpellcheckCustomDictionary::Change::~Change() {
189 void SpellcheckCustomDictionary::Change::AddWord(const std::string& word) {
193 void SpellcheckCustomDictionary::Change::RemoveWord(const std::string& word) {
197 int SpellcheckCustomDictionary::Change::Sanitize(const WordSet& words) {
206 const WordList& SpellcheckCustomDictionary::Change::to_add() const {
210 const WordList& SpellcheckCustomDictionary::Change::to_remove() const
    [all...]

Completed in 207 milliseconds