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

  /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 410 typedef std::map<GURL, base::StackVector<size_t, 4> > URLToResultIndices;
430 URLToResultIndices url_to_results_;

Completed in 46 milliseconds