/external/chromium_org/chrome/browser/spellchecker/ |
D | spellcheck_custom_dictionary_unittest.cc | 37 using chrome::spellcheck_common::WordList; 38 using chrome::spellcheck_common::WordSet; 77 chrome::spellcheck_common::WordList LoadDictionaryFile( in LoadDictionaryFile() 96 const chrome::spellcheck_common::WordList& custom_words) { in OnLoaded() 332 i < chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS - 1; in TEST_F() 337 EXPECT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS - 1, in TEST_F() 339 EXPECT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS - 1, in TEST_F() 343 EXPECT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS, in TEST_F() 345 EXPECT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS, in TEST_F() 349 EXPECT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS + 1, in TEST_F() [all …]
|
D | spellcheck_custom_dictionary.h | 35 explicit Change(const chrome::spellcheck_common::WordList& to_add); 48 int Sanitize(const chrome::spellcheck_common::WordSet& words); 51 const chrome::spellcheck_common::WordList& to_add() const; 54 const chrome::spellcheck_common::WordList& to_remove() const; 61 chrome::spellcheck_common::WordList to_add_; 64 chrome::spellcheck_common::WordList to_remove_; 81 const chrome::spellcheck_common::WordSet& GetWords() const; 131 static chrome::spellcheck_common::WordList LoadDictionaryFile( 144 void OnLoaded(chrome::spellcheck_common::WordList custom_words); 164 chrome::spellcheck_common::WordSet words_;
|
D | spellcheck_service.cc | 27 using chrome::spellcheck_common::WordList; 46 chrome::spellcheck_common::GetISOLanguageCountryCodeFromLocale( in SpellcheckService() 131 chrome::spellcheck_common::GetCorrespondingSpellCheckLanguage(*i); in GetSpellCheckLanguagesFromAcceptLanguages() 296 chrome::spellcheck_common::GetISOLanguageCountryCodeFromLocale( in OnSpellCheckDictionaryChanged()
|
D | spellcheck_custom_dictionary.cc | 24 using chrome::spellcheck_common::WordList; 25 using chrome::spellcheck_common::WordSet; 81 chrome::spellcheck_common::MAX_CUSTOM_DICTIONARY_WORD_BYTES || in IsInvalidWord() 352 i < chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS; in GetAllSyncData() 482 chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS) - in Sync() 522 if (words_.size() > chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS) in Sync()
|
D | feedback_sender.cc | 82 chrome::spellcheck_common::kContextWordCount); in BuildFeedback() 248 chrome::spellcheck_common::kSessionHours) { in OnReceiveDocumentMarkers() 313 int interval_seconds = chrome::spellcheck_common::kFeedbackIntervalSeconds; in StartFeedbackCollection() 325 chrome::spellcheck_common::kSessionHours * 60 * 60; in StartFeedbackCollection()
|
D | spellcheck_service_browsertest.cc | 51 chrome::spellcheck_common::GetVersionedFileName("en-US", dict_dir); in IN_PROC_BROWSER_TEST_F()
|
D | spellcheck_service_unittest.cc | 18 using chrome::spellcheck_common::WordList;
|
D | spelling_service_client.cc | 64 chrome::spellcheck_common::GetISOLanguageCountryCodeFromLocale( in RequestTextCheck()
|
D | spellcheck_platform_mac.mm | 19 #include "chrome/common/spellcheck_common.h" 207 if (i < chrome::spellcheck_common::kMaxSuggestions) {
|
D | spellcheck_hunspell_dictionary.cc | 301 chrome::spellcheck_common::GetVersionedFileName(language, dict_dir); in InitializeDictionaryLocation()
|
D | feedback_sender_unittest.cc | 108 base::TimeDelta::FromHours(chrome::spellcheck_common::kSessionHours); in ExpireSession()
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
D | dictionary_sync_perf_test.cc | 28 i < chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS; in IN_PROC_BROWSER_TEST_F() 34 ASSERT_EQ(chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS, in IN_PROC_BROWSER_TEST_F() 39 i < chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS; in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | dictionary_helper.cc | 86 const chrome::spellcheck_common::WordSet& reference = in DictionariesMatch() 91 const chrome::spellcheck_common::WordSet& dictionary = in DictionariesMatch() 175 const chrome::spellcheck_common::WordSet& expected = in DictionaryMatchesVerifier() 177 const chrome::spellcheck_common::WordSet& actual = in DictionaryMatchesVerifier()
|
D | multiple_client_dictionary_sync_test.cc | 12 using chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS;
|
/external/chromium_org/chrome/common/ |
D | OWNERS | 27 per-file spellcheck_common.*=groby@chromium.org 28 per-file spellcheck_common.*=rlp@chromium.org 29 per-file spellcheck_common.*=rouslan@chromium.org
|
D | spellcheck_common.h | 17 namespace spellcheck_common {
|
D | spellcheck_common.cc | 12 namespace spellcheck_common { namespace
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | language_dictionary_overlay_handler.cc | 95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords(); in ResetDictionaryWords() 96 for (chrome::spellcheck_common::WordSet::const_iterator it = words.begin(); in ResetDictionaryWords()
|
D | language_options_handler_common.cc | 209 chrome::spellcheck_common::SpellCheckLanguages(&spell_check_languages); in GetSpellCheckLanguageCodeSet()
|
/external/chromium_org/chrome/renderer/spellchecker/ |
D | spellcheck.cc | 255 word_length > chrome::spellcheck_common::kMaxAutoCorrectWordSize) in GetAutoCorrectionWord() 262 chrome::spellcheck_common::kMaxAutoCorrectWordSize + 1]; in GetAutoCorrectionWord() 264 for (int i = 0; i <= chrome::spellcheck_common::kMaxAutoCorrectWordSize; in GetAutoCorrectionWord()
|
D | hunspell_engine.cc | 117 if (i < chrome::spellcheck_common::kMaxSuggestions) in FillSuggestionList()
|
D | spellcheck_unittest.cc | 58 chrome::spellcheck_common::GetVersionedFileName(language, in InitializeSpellCheck() 1300 chrome::spellcheck_common::SpellCheckLanguages(&spellcheck_languages); in TEST_F() 1305 base::FilePath dict = chrome::spellcheck_common::GetVersionedFileName( in TEST_F()
|
/external/chromium_org/chrome/ |
D | chrome_common.gypi | 209 'common/spellcheck_common.cc', 210 'common/spellcheck_common.h', 451 'common/spellcheck_common.cc',
|