Searched refs:motivation_url (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/net/ |
D | predictor_unittest.cc | 378 const GURL motivation_url("http://www.google.com:91"); in TEST_F() local 383 AddToSerializedList(motivation_url, subresource_url, in TEST_F() 393 motivation_url, subresource_url, recovered_referral_list, &rate)); in TEST_F() 416 GURL motivation_url("http://www.google.com:110"); in TEST_F() local 425 motivation_url, icon_subresource_url, kRateIcon, referral_list.get()); in TEST_F() 427 motivation_url, img_subresource_url, kRateImg, referral_list.get()); in TEST_F() 436 motivation_url, icon_subresource_url, recovered_referral_list, in TEST_F() 441 motivation_url, img_subresource_url, recovered_referral_list, &rate)); in TEST_F() 451 motivation_url, icon_subresource_url, recovered_referral_list, &rate)); in TEST_F() 455 motivation_url, img_subresource_url, recovered_referral_list, &rate)); in TEST_F() [all …]
|