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

  /external/chromium/chrome/browser/history/
history_types.cc 165 URLToResultIndices::const_iterator found = url_to_results_.find(url);
246 URLToResultIndices::iterator found = url_to_results_.find(*url);
273 URLToResultIndices::iterator found = url_to_results_.find(url);
287 for (URLToResultIndices::iterator i = url_to_results_.begin();
history_types.h 450 typedef std::map<GURL, StackVector<size_t, 4> > URLToResultIndices;
470 URLToResultIndices url_to_results_;

Completed in 39 milliseconds