Home | History | Annotate | Download | only in base

Lines Matching refs:info2

992   HostResolver::RequestInfo info2(HostPortPair("host2", 70));
993 info2.set_referrer(GURL("http://foobar.com"));
994 rv = host_resolver->Resolve(info2, &addrlist, NULL, NULL, BoundNetLog());
1001 CapturingObserver::StartOrCancelEntry(2, info2));
1003 CapturingObserver::FinishEntry(2, true, info2));
1063 HostResolver::RequestInfo info2(HostPortPair("host2", 60));
1064 rv = host_resolver->Resolve(info2, &addrlist, &callback, NULL,
1074 CapturingObserver::StartOrCancelEntry(1, info2));