Searched refs:motivation_list (Results 1 – 2 of 2) sorted by relevance
272 ListValue* motivation_list(NULL); in FindSerializationMotivation() local274 referral_list.GetList(i, &motivation_list); in FindSerializationMotivation()276 EXPECT_TRUE(motivation_list->GetString(0, &existing_spec)); in FindSerializationMotivation()278 return motivation_list; in FindSerializationMotivation()298 ListValue* motivation_list = FindSerializationMotivation(motivation, in AddToSerializedList() local300 if (!motivation_list) { in AddToSerializedList()302 motivation_list = new ListValue; in AddToSerializedList()303 motivation_list->Append(new StringValue(motivation.spec())); in AddToSerializedList()305 motivation_list->Append(new ListValue()); in AddToSerializedList()308 referral_list->Append(motivation_list); in AddToSerializedList()[all …]
274 const ListValue* motivation_list(NULL); in FindSerializationMotivation() local276 referral_list->GetList(i, &motivation_list); in FindSerializationMotivation()278 EXPECT_TRUE(motivation_list->GetString(0, &existing_spec)); in FindSerializationMotivation()280 return motivation_list; in FindSerializationMotivation()307 ListValue* motivation_list = FindSerializationMotivation(motivation, in AddToSerializedList() local309 if (!motivation_list) { in AddToSerializedList()311 motivation_list = new ListValue; in AddToSerializedList()312 motivation_list->Append(new StringValue(motivation.spec())); in AddToSerializedList()314 motivation_list->Append(new ListValue()); in AddToSerializedList()317 referral_list->Append(motivation_list); in AddToSerializedList()[all …]