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

  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl_unittest.cc 34 // Returns the collection of default datatypes.
36 std::vector<syncer::ModelType> datatypes; local
37 datatypes.push_back(syncer::APPS);
38 datatypes.push_back(syncer::APP_SETTINGS);
39 datatypes.push_back(syncer::AUTOFILL);
40 datatypes.push_back(syncer::AUTOFILL_PROFILE);
41 datatypes.push_back(syncer::BOOKMARKS);
43 datatypes.push_back(syncer::DICTIONARY);
45 datatypes.push_back(syncer::EXTENSIONS);
46 datatypes.push_back(syncer::EXTENSION_SETTINGS)
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 35 // Returns the collection of default datatypes.
37 std::vector<syncable::ModelType> datatypes; local
38 datatypes.push_back(syncable::BOOKMARKS);
39 datatypes.push_back(syncable::PREFERENCES);
40 datatypes.push_back(syncable::AUTOFILL);
41 datatypes.push_back(syncable::THEMES);
42 datatypes.push_back(syncable::EXTENSIONS);
43 datatypes.push_back(syncable::APPS);
44 datatypes.push_back(syncable::AUTOFILL_PROFILE);
45 datatypes.push_back(syncable::PASSWORDS)
    [all...]
  /external/srtp/
Android.mk 18 crypto/math/datatypes.c \
Makefile 85 math = crypto/math/datatypes.o crypto/math/stat.o
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 149 """A server-side migration occurred; clients must re-sync some datatypes.
152 datatypes: a list of the datatypes (python enum) needing migration.
155 def __init__(self, datatypes):
156 self.datatypes = datatypes
270 This function is intended for use by logging. If the list of datatypes
272 in terms of the datatypes that aren't set.
328 Each migration event invalidates one or more datatypes on all clients
350 version_map: a map whose keys are datatypes and whose values are versions
    [all...]
chromiumsync_test.py 489 self.assertEqual([chromiumsync.AUTOFILL], error.datatypes)
527 set(error.datatypes))
541 self.assertEqual([chromiumsync.THEME], error.datatypes)
  /external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc 146 ListValue* datatypes = new ListValue; local
147 datatypes->Append(Value::CreateBooleanValue(false));
148 datatypes->Append(
151 sync_select_list->Append(datatypes);
  /external/chromium_org/chrome/renderer/resources/extensions/
declarative_content_custom_bindings.js 22 // Helper function for the constructor of concrete datatypes of the
declarative_webrequest_custom_bindings.js 22 // Helper function for the constructor of concrete datatypes of the
  /external/srtp/crypto/
Makefile 76 math = math/datatypes.o math/stat.o
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 37 "third_party/srtp/crypto/math/datatypes.c",
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 4180 ListValue* datatypes = NULL; local
4232 ListValue* datatypes = NULL; local
    [all...]
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/libjingle/source/talk/
libjingle.scons 53 "third_party/srtp/crypto/math/datatypes.c",

Completed in 225 milliseconds