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

/external/chromium/chrome/browser/net/
H A Dpredictor_api.h54 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
H A Dpredictor.h86 // URL, then it also indicates that this is preconnectable (i.e., we could
88 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
H A Dpredictor_api.cc195 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable) { argument
202 g_predictor->AnticipateOmniboxUrl(url, preconnectable);
H A Dpredictor.cc169 void Predictor::AnticipateOmniboxUrl(const GURL& url, bool preconnectable) { argument
178 if (preconnectable && !is_new_host_request) {
183 // preconnectable URL (search URL) before forming a preconnection, so as
/external/chromium_org/chrome/browser/net/
H A Dpredictor.h123 // URL, then it also indicates that this is preconnectable (i.e., we could
125 void AnticipateOmniboxUrl(const GURL& url, bool preconnectable);
H A Dpredictor.cc335 void Predictor::AnticipateOmniboxUrl(const GURL& url, bool preconnectable) { argument
349 if (preconnectable && !is_new_host_request) {
354 // preconnectable URL (search URL) before forming a preconnection, so as

Completed in 95 milliseconds