HomeSort by relevance Sort by last modified time
    Searched refs:URLToResultIndices (Results 1 - 4 of 4) 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_;
  /external/chromium_org/chrome/browser/history/
history_types.cc 138 URLToResultIndices::const_iterator found = url_to_results_.find(url);
192 URLToResultIndices::iterator found = url_to_results_.find(*url);
219 URLToResultIndices::iterator found = url_to_results_.find(url);
233 for (URLToResultIndices::iterator i = url_to_results_.begin();
history_types.h 407 typedef std::map<GURL, base::StackVector<size_t, 4> > URLToResultIndices;
427 URLToResultIndices url_to_results_;

Completed in 190 milliseconds