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

  /external/chromium_org/sync/syncable/
entry.cc 65 ModelType specifics_type = kernel_->GetServerModelType(); local
66 if (specifics_type != UNSPECIFIED)
67 return specifics_type;
82 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SPECIFICS)); local
83 if (specifics_type != UNSPECIFIED)
84 return specifics_type;
entry_kernel.cc 25 ModelType specifics_type = GetModelTypeFromSpecifics(ref(SPECIFICS)); local
26 if (specifics_type != UNSPECIFIED)
27 return specifics_type;
39 ModelType specifics_type = GetModelTypeFromSpecifics(ref(SERVER_SPECIFICS)); local
40 if (specifics_type != UNSPECIFIED)
41 return specifics_type;
model_type.cc 228 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics());
229 if (specifics_type != UNSPECIFIED)
230 return specifics_type;
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 132 ModelType specifics_type = GetModelTypeFromSpecifics(sync_entity.specifics());
133 if (specifics_type != UNSPECIFIED)
134 return specifics_type;
syncable.cc 1309 ModelType specifics_type = GetServerModelTypeHelper(); local
1326 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SERVER_SPECIFICS)); local
1340 ModelType specifics_type = GetModelTypeFromSpecifics(Get(SPECIFICS)); local
    [all...]

Completed in 264 milliseconds