Home
last modified time | relevance | path

Searched refs:spellcheck_common (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/spellchecker/
Dspellcheck_custom_dictionary_unittest.cc37 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 …]
Dspellcheck_custom_dictionary.h35 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_;
Dspellcheck_service.cc27 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()
Dspellcheck_custom_dictionary.cc24 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()
Dfeedback_sender.cc82 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()
Dspellcheck_service_browsertest.cc51 chrome::spellcheck_common::GetVersionedFileName("en-US", dict_dir); in IN_PROC_BROWSER_TEST_F()
Dspellcheck_service_unittest.cc18 using chrome::spellcheck_common::WordList;
Dspelling_service_client.cc64 chrome::spellcheck_common::GetISOLanguageCountryCodeFromLocale( in RequestTextCheck()
Dspellcheck_platform_mac.mm19 #include "chrome/common/spellcheck_common.h"
207 if (i < chrome::spellcheck_common::kMaxSuggestions) {
Dspellcheck_hunspell_dictionary.cc301 chrome::spellcheck_common::GetVersionedFileName(language, dict_dir); in InitializeDictionaryLocation()
Dfeedback_sender_unittest.cc108 base::TimeDelta::FromHours(chrome::spellcheck_common::kSessionHours); in ExpireSession()
/external/chromium_org/chrome/browser/sync/test/integration/performance/
Ddictionary_sync_perf_test.cc28 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/
Ddictionary_helper.cc86 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()
Dmultiple_client_dictionary_sync_test.cc12 using chrome::spellcheck_common::MAX_SYNCABLE_DICTIONARY_WORDS;
/external/chromium_org/chrome/common/
DOWNERS27 per-file spellcheck_common.*=groby@chromium.org
28 per-file spellcheck_common.*=rlp@chromium.org
29 per-file spellcheck_common.*=rouslan@chromium.org
Dspellcheck_common.h17 namespace spellcheck_common {
Dspellcheck_common.cc12 namespace spellcheck_common { namespace
/external/chromium_org/chrome/browser/ui/webui/options/
Dlanguage_dictionary_overlay_handler.cc95 const chrome::spellcheck_common::WordSet& words = dictionary_->GetWords(); in ResetDictionaryWords()
96 for (chrome::spellcheck_common::WordSet::const_iterator it = words.begin(); in ResetDictionaryWords()
Dlanguage_options_handler_common.cc209 chrome::spellcheck_common::SpellCheckLanguages(&spell_check_languages); in GetSpellCheckLanguageCodeSet()
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck.cc255 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()
Dhunspell_engine.cc117 if (i < chrome::spellcheck_common::kMaxSuggestions) in FillSuggestionList()
Dspellcheck_unittest.cc58 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/
Dchrome_common.gypi209 'common/spellcheck_common.cc',
210 'common/spellcheck_common.h',
451 'common/spellcheck_common.cc',