HomeSort by relevance Sort by last modified time
    Searched refs:LearnFromNavigation (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/net/
connect_interceptor.cc 46 LearnFromNavigation(original_scheme_host, request_scheme_host);
55 LearnFromNavigation(referring_scheme_host, request_scheme_host);
predictor_api.h 80 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
predictor.h 97 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
predictor_api.cc 236 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
240 g_predictor->LearnFromNavigation(referring_url, target_url);
predictor.cc 150 void Predictor::LearnFromNavigation(const GURL& referring_url,
predictor_unittest.cc 614 predictor->LearnFromNavigation(host_1, host_2);
  /external/chromium_org/chrome/browser/net/
connect_interceptor.cc 52 predictor_->LearnFromNavigation(original_scheme_host,
61 predictor_->LearnFromNavigation(referring_scheme_host,
predictor_browsertest.cc 121 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url) {
125 base::Bind(&Predictor::LearnFromNavigation,
162 LearnFromNavigation(referring_url_, target_url_);
predictor.h 164 void LearnFromNavigation(const GURL& referring_url, const GURL& target_url);
predictor_unittest.cc 672 predictor.LearnFromNavigation(host_1, host_2);
predictor.cc 571 void Predictor::LearnFromNavigation(const GURL& referring_url,
    [all...]

Completed in 378 milliseconds