Home
last modified time | relevance | path

Searched refs:SpellcheckCustomDictionaryTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc64 class SpellcheckCustomDictionaryTest : public testing::Test { class
159 TEST_F(SpellcheckCustomDictionaryTest, SaveAndLoad) { in TEST_F() argument
189 TEST_F(SpellcheckCustomDictionaryTest, MultiProfile) { in TEST_F() argument
223 TEST_F(SpellcheckCustomDictionaryTest, LegacyEmptyDictionaryShouldBeConverted) { in TEST_F() argument
235 TEST_F(SpellcheckCustomDictionaryTest, in TEST_F() argument
251 TEST_F(SpellcheckCustomDictionaryTest, in TEST_F() argument
271 TEST_F(SpellcheckCustomDictionaryTest, CorruptedWriteShouldBeRecovered) { in TEST_F() argument
294 TEST_F(SpellcheckCustomDictionaryTest, in TEST_F() argument
325 TEST_F(SpellcheckCustomDictionaryTest, GetAllSyncDataHasLimit) { in TEST_F() argument
361 TEST_F(SpellcheckCustomDictionaryTest, ProcessSyncChanges) { in TEST_F() argument
[all …]
Dspellcheck_custom_dictionary.h126 friend class SpellcheckCustomDictionaryTest; variable