Searched refs:URLToResultIndices (Results 1 – 2 of 2) sorted by relevance
165 URLToResultIndices::const_iterator found = url_to_results_.find(url); in MatchesForURL()246 URLToResultIndices::iterator found = url_to_results_.find(*url); in DeleteRange()273 URLToResultIndices::iterator found = url_to_results_.find(url); in AddURLUsageAtIndex()287 for (URLToResultIndices::iterator i = url_to_results_.begin(); in AdjustResultMap()
450 typedef std::map<GURL, StackVector<size_t, 4> > URLToResultIndices; typedef470 URLToResultIndices url_to_results_;