Searched defs:DictionaryObserverCounter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_custom_dictionary_unittest.cc140 class DictionaryObserverCounter : public SpellcheckCustomDictionary::Observer { class in inherits:SpellcheckCustomDictionary::Observer
142 DictionaryObserverCounter() : loads_(0), changes_(0) {} function in class:DictionaryObserverCounter
143 virtual ~DictionaryObserverCounter() {}
156 DISALLOW_COPY_AND_ASSIGN(DictionaryObserverCounter);
903 DictionaryObserverCounter observer;
926 DictionaryObserverCounter observer;
949 DictionaryObserverCounter observer;
982 DictionaryObserverCounter observer;
985 DictionaryObserverCounter observer2;

Completed in 461 milliseconds