Home | History | Annotate | Download | only in sync

Lines Matching refs:datatypes

35   // Returns the collection of default datatypes.
37 std::vector<syncable::ModelType> datatypes;
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);
46 return datatypes;
49 // Returns the number of default datatypes.
54 // Asserts that all the default datatypes are in |map|, except
68 << *iter << " not found in datatypes map";