Searched refs:entity_list (Results 1 – 2 of 2) sorted by relevance
55 base::ListValue* entity_list = NULL; in VerifyEntityCountByType() local56 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() local79 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()
375 SyncEntityList entity_list; in TriggerTypeRootUpdateFromServer() local376 entity_list.push_back(&entity); in TriggerTypeRootUpdateFromServer()382 entity_list, in TriggerTypeRootUpdateFromServer()399 SyncEntityList entity_list; in TriggerUpdateFromServer() local400 entity_list.push_back(&entity); in TriggerUpdateFromServer()406 entity_list, in TriggerUpdateFromServer()432 SyncEntityList entity_list; in TriggerTombstoneFromServer() local433 entity_list.push_back(&entity); in TriggerTombstoneFromServer()439 entity_list, in TriggerTombstoneFromServer()1138 SyncEntityList entity_list; in TEST_F() local[all …]