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

/external/chromium_org/components/history/core/browser/
H A Dhistory_match.h19 HistoryMatch(const URLRow& url_info,
31 URLRow url_info; member in struct:history::HistoryMatch
H A Dhistory_match.cc12 : url_info(),
18 HistoryMatch::HistoryMatch(const URLRow& url_info, argument
22 : url_info(url_info),
29 return h.url_info.url() == url;
33 const GURL& gurl = url_info.url();
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_local_predictor.cc1270 scoped_ptr<LocalPredictorURLInfo> url_info; local
1280 url_info.reset(new LocalPredictorURLInfo(info->candidate_urls_[i]));
1281 if (url_info->local_history_based) {
1283 url_info.reset(NULL);
1288 if (!url_info->local_history_based) {
1290 url_info.reset(NULL);
1300 // a prerender (in which case we reset url_info, so that it will not
1306 if (!url_info->url_lookup_success) {
1308 url_info.reset(NULL);
1313 url_info
1378 IssuePrerender( CandidatePrerenderInfo* info, LocalPredictorURLInfo* url_info) argument
[all...]

Completed in 403 milliseconds