Searched defs:motivation_list (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dpredictor_unittest.cc264 // Return a motivation_list if we can find one for the given motivating_host (or
272 ListValue* motivation_list(NULL);
274 referral_list.GetList(i, &motivation_list);
276 EXPECT_TRUE(motivation_list->GetString(0, &existing_spec));
278 return motivation_list;
298 ListValue* motivation_list = FindSerializationMotivation(motivation, local
300 if (!motivation_list) {
302 motivation_list = new ListValue;
303 motivation_list->Append(new StringValue(motivation.spec()));
305 motivation_list
333 ListValue* motivation_list = FindSerializationMotivation(motivation, local
[all...]

Completed in 73 milliseconds