HomeSort by relevance Sort by last modified time
    Searched refs:motivation_list (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/net/
predictor_unittest.cc 264 // 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->Append(new ListValue())
333 ListValue* motivation_list = FindSerializationMotivation(motivation, local
    [all...]
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 248 // Return a motivation_list if we can find one for the given motivating_host (or
257 const ListValue* motivation_list(NULL);
259 referral_list->GetList(i, &motivation_list);
261 EXPECT_TRUE(motivation_list->GetString(0, &existing_spec));
263 return motivation_list;
290 ListValue* motivation_list = FindSerializationMotivation(motivation, local
292 if (!motivation_list) {
294 motivation_list = new ListValue;
295 motivation_list->Append(new StringValue(motivation.spec()));
297 motivation_list->Append(new ListValue())
325 const ListValue* motivation_list = local
    [all...]

Completed in 125 milliseconds