HomeSort by relevance Sort by last modified time
    Searched refs:DICTIONARY (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 41 // Get all sync data for the custom dictionary without limiting to maximum
44 const SpellcheckCustomDictionary* dictionary) {
47 const WordSet& words = dictionary->GetWords();
95 SpellcheckCustomDictionary& dictionary,
97 dictionary.OnLoaded(custom_words);
103 SpellcheckCustomDictionary& dictionary,
105 return dictionary.Apply(change);
116 // while the dictionary is managed by another scoped pointer.
119 explicit SyncChangeProcessorDelegate(SpellcheckCustomDictionary* dictionary)
120 : dictionary_(dictionary) {}
322 SpellcheckCustomDictionary* dictionary = local
352 SpellcheckCustomDictionary* dictionary = local
390 SpellcheckCustomDictionary* dictionary = local
    [all...]
spellcheck_custom_dictionary.cc 29 // Filename extension for backup dictionary file.
32 // Prefix for the checksum in the dictionary file.
35 // The status of the checksum in a custom spellcheck dictionary.
41 // The result of a dictionary sanitation. Can be used as a bitmap.
49 // The change contained words to be added that are already in the dictionary.
52 // The change contained words to be removed that are not in the dictionary.
86 // Loads the custom spellcheck dictionary from |path| into |custom_words|. If
87 // the dictionary checksum is not valid, but backup checksum is valid, then
108 // Backs up the original dictionary, saves |custom_words| and its checksum into
109 // the custom spellcheck dictionary at |path|
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 102 case ::syncer::DICTIONARY: \
103 PER_DATA_TYPE_MACRO("Dictionary"); \
  /external/chromium_org/sync/syncable/
model_type.cc 98 case DICTIONARY:
198 case DICTIONARY:
319 return DICTIONARY;
493 case DICTIONARY:
494 return "Dictionary";
564 case DICTIONARY:
657 else if (model_type_string == "Dictionary")
658 return DICTIONARY;
753 case DICTIONARY:
800 const char kDictionaryNotificationType[] = "DICTIONARY";
    [all...]
nigori_util.cc 268 nigori->set_encrypt_dictionary(encrypted_types.Has(DICTIONARY));
309 encrypted_types.Put(DICTIONARY);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyReader.java 35 static final byte[] DICTIONARY;
38 DICTIONARY = ("\u0000\u0000\u0000\u0007options\u0000\u0000\u0000\u0004hea"
223 // Subclass inflater to install a dictionary when it's needed.
229 setDictionary(DICTIONARY);
SpdyWriter.java 39 deflater.setDictionary(SpdyReader.DICTIONARY);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 87 // Custom spelling dictionary.
88 DICTIONARY,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 309 // Dictionary sync is enabled by default.
312 new UIDataTypeController(syncer::DICTIONARY, this, profile_, pss));
418 case syncer::DICTIONARY:
profile_sync_components_factory_impl_unittest.cc 45 datatypes.push_back(syncer::DICTIONARY);
sync_prefs_unittest.cc 145 expected_preferred_types.Put(syncer::DICTIONARY);
sync_prefs.cc 328 case syncer::DICTIONARY:
403 pref_groups_[syncer::PREFERENCES].Put(syncer::DICTIONARY);
  /external/chromium_org/sync/tools/
sync_client.cc 311 model_types.Put(DICTIONARY);
  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 54 syncer::DICTIONARY,
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 72 DICTIONARY,
115 DICTIONARY: SYNC_TYPE_FIELDS['dictionary'],
549 PermanentItem('google_chrome_dictionary', name='Dictionary',
550 parent_tag=ROOT_ID, sync_type=DICTIONARY),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 470 milliseconds