Searched refs:LearnFromNavigation (Results 1 – 6 of 6) sorted by relevance
46 LearnFromNavigation(original_scheme_host, request_scheme_host); in MaybeIntercept()55 LearnFromNavigation(referring_scheme_host, request_scheme_host); in MaybeIntercept()
80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) { in LearnFromNavigation() function240 g_predictor->LearnFromNavigation(referring_url, target_url); in LearnFromNavigation()
614 predictor->LearnFromNavigation(host_1, host_2); in TEST_F()
150 void Predictor::LearnFromNavigation(const GURL& referring_url, in LearnFromNavigation() function in chrome_browser_net::Predictor