Home
last modified time | relevance | path

Searched refs:specifics_type (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dmodel_type.cc132 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics()); in GetModelType() local
133 if (specifics_type != UNSPECIFIED) in GetModelType()
134 return specifics_type; in GetModelType()
Dsyncable.cc1309 ModelType specifics_type = GetServerModelTypeHelper(); in GetServerModelType() local
1310 if (specifics_type != UNSPECIFIED) in GetServerModelType()
1311 return specifics_type; in GetServerModelType()
1326 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SERVER_SPECIFICS)); in GetServerModelTypeHelper() local
1327 if (specifics_type != UNSPECIFIED) in GetServerModelTypeHelper()
1328 return specifics_type; in GetServerModelTypeHelper()
1340 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SPECIFICS)); in GetModelType() local
1341 if (specifics_type != UNSPECIFIED) in GetModelType()
1342 return specifics_type; in GetModelType()