Searched defs:ModelSafeGroup (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dmodel_safe_worker.h19 enum ModelSafeGroup { enum in namespace:browser_sync
33 std::string ModelSafeGroupToString(ModelSafeGroup group);
52 virtual ModelSafeGroup GetModelSafeGroup();
66 // A map that details which ModelSafeGroup each syncable::ModelType
69 typedef std::map<syncable::ModelType, ModelSafeGroup>
72 ModelSafeGroup GetGroupForModelType(const syncable::ModelType type,

Completed in 89 milliseconds