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

  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 42 // Get all sync data for the custom dictionary without limiting to maximum
45 const SpellcheckCustomDictionary* dictionary) {
48 const WordSet& words = dictionary->GetWords();
95 SpellcheckCustomDictionary& dictionary,
97 dictionary.OnLoaded(custom_words);
103 SpellcheckCustomDictionary& dictionary,
105 return dictionary.Apply(change);
131 syncer::DICTIONARY);
139 // Counts the number of notifications for dictionary load and change.
222 // Legacy empty dictionary should be converted to new format empty dictionary
296 SpellcheckCustomDictionary* dictionary = local
326 SpellcheckCustomDictionary* dictionary = local
364 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 105 case ::syncer::DICTIONARY: \
106 PER_DATA_TYPE_MACRO("Dictionary"); \
  /external/chromium_org/sync/syncable/
model_type.cc 101 case DICTIONARY:
185 case DICTIONARY:
307 return DICTIONARY;
513 case DICTIONARY:
514 return "Dictionary";
586 case DICTIONARY:
685 else if (model_type_string == "Dictionary")
686 return DICTIONARY;
809 case DICTIONARY:
859 const char kDictionaryNotificationType[] = "DICTIONARY";
    [all...]
nigori_util.cc 269 nigori->set_encrypt_dictionary(encrypted_types.Has(DICTIONARY));
310 encrypted_types.Put(DICTIONARY);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
NameValueBlockReader.java 59 // Subclass inflater to install a dictionary when it's needed.
65 setDictionary(Spdy3.DICTIONARY);
Spdy3.java 57 static final byte[] DICTIONARY;
60 DICTIONARY = ("\u0000\u0000\u0000\u0007options\u0000\u0000\u0000\u0004hea"
305 deflater.setDictionary(DICTIONARY);
  /external/chromium_org/sync/internal_api/public/base/
model_type.h 89 // Custom spelling dictionary.
90 DICTIONARY,
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller_unittest.cc 125 : type_sync_proxy_(syncer::DICTIONARY),
128 controller_(syncer::DICTIONARY, true),
sync_prefs.cc 328 case syncer::DICTIONARY:
416 pref_groups_[syncer::PREFERENCES].Put(syncer::DICTIONARY);
sync_prefs_unittest.cc 145 expected_preferred_types.Put(syncer::DICTIONARY);
model_association_manager.cc 54 syncer::DICTIONARY,
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 392 // Dictionary sync is enabled by default.
393 if (!disabled_types.Has(syncer::DICTIONARY)) {
398 syncer::DICTIONARY,
514 case syncer::DICTIONARY:
profile_sync_components_factory_impl_unittest.cc 55 datatypes.push_back(syncer::DICTIONARY);
  /external/chromium_org/sync/tools/
sync_client.cc 390 model_types.Put(DICTIONARY);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 280 } DICTIONARY, *PDICTIONARY;
579 DICTIONARY FileObjectDictionary;
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 74 DICTIONARY,
119 DICTIONARY: SYNC_TYPE_FIELDS['dictionary'],
563 PermanentItem('google_chrome_dictionary', name='Dictionary',
564 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 1442 milliseconds