Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/history/
Dhistory_types.cc165 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()
Dhistory_types.h450 typedef std::map<GURL, StackVector<size_t, 4> > URLToResultIndices; typedef
470 URLToResultIndices url_to_results_;