Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc272 ListValue* motivation_list(NULL); in FindSerializationMotivation() local
274 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() local
300 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 …]
/external/chromium_org/chrome/browser/net/
Dpredictor_unittest.cc274 const ListValue* motivation_list(NULL); in FindSerializationMotivation() local
276 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() local
309 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 …]