Home
last modified time | relevance | path

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

/external/chromium_org/sync/test/fake_server/
Dfake_server_verifier.cc55 base::ListValue* entity_list = NULL; in VerifyEntityCountByType() local
56 if (!entities->GetList(model_type_string, &entity_list)) { in VerifyEntityCountByType()
58 } else if (expected_count != entity_list->GetSize()) { in VerifyEntityCountByType()
59 return VerificationCountAssertionFailure(entity_list->GetSize(), in VerifyEntityCountByType()
77 base::ListValue* entity_list = NULL; in VerifyEntityCountByTypeAndName() local
79 if (entities->GetList(model_type_string, &entity_list)) { in VerifyEntityCountByTypeAndName()
81 for (base::ListValue::const_iterator it = entity_list->begin(); in VerifyEntityCountByTypeAndName()
82 it != entity_list->end(); ++it) { in VerifyEntityCountByTypeAndName()
89 if (!entity_list) { in VerifyEntityCountByTypeAndName()
/external/chromium_org/sync/engine/
Dmodel_type_sync_worker_impl_unittest.cc375 SyncEntityList entity_list; in TriggerTypeRootUpdateFromServer() local
376 entity_list.push_back(&entity); in TriggerTypeRootUpdateFromServer()
382 entity_list, in TriggerTypeRootUpdateFromServer()
399 SyncEntityList entity_list; in TriggerUpdateFromServer() local
400 entity_list.push_back(&entity); in TriggerUpdateFromServer()
406 entity_list, in TriggerUpdateFromServer()
432 SyncEntityList entity_list; in TriggerTombstoneFromServer() local
433 entity_list.push_back(&entity); in TriggerTombstoneFromServer()
439 entity_list, in TriggerTombstoneFromServer()
1138 SyncEntityList entity_list; in TEST_F() local
[all …]