Searched refs:motivator (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dpredictor.cc638 base::ListValue* motivator(new base::ListValue);
639 motivator->Append(new base::StringValue(it->first.spec()));
640 motivator->Append(subresource_list);
642 referral_list->Append(motivator);
653 const base::ListValue* motivator; local
654 if (!referral_list.GetList(i, &motivator)) {
659 if (!motivator->GetString(0, &motivating_url_spec)) {
665 if (!motivator->Get(1, &subresource_list)) {

Completed in 380 milliseconds