Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dpredictor_api.cc259 const GURL url_without_path(Predictor::CanonicalizeUrl(url)); in Append() local
260 if (first_navigations_.find(url_without_path) == first_navigations_.end()) in Append()
261 first_navigations_[url_without_path] = base::TimeTicks::Now(); in Append()