Home
last modified time | relevance | path

Searched refs:LearnFromNavigation (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/net/
Dconnect_interceptor.cc46 LearnFromNavigation(original_scheme_host, request_scheme_host); in MaybeIntercept()
55 LearnFromNavigation(referring_scheme_host, request_scheme_host); in MaybeIntercept()
Dpredictor_api.h80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
Dpredictor.h97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
Dpredictor_api.cc236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) { in LearnFromNavigation() function
240 g_predictor->LearnFromNavigation(referring_url, target_url); in LearnFromNavigation()
Dpredictor_unittest.cc614 predictor->LearnFromNavigation(host_1, host_2); in TEST_F()
Dpredictor.cc150 void Predictor::LearnFromNavigation(const GURL& referring_url, in LearnFromNavigation() function in chrome_browser_net::Predictor