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

  /external/chromium_org/components/history/core/browser/
history_types.cc 50 URLToResultIndices::const_iterator found = url_to_results_.find(url);
104 URLToResultIndices::iterator found = url_to_results_.find(*url);
131 URLToResultIndices::iterator found = url_to_results_.find(url);
145 for (URLToResultIndices::iterator i = url_to_results_.begin();
history_types.h 215 typedef std::map<GURL, base::StackVector<size_t, 4> > URLToResultIndices;
235 URLToResultIndices url_to_results_;

Completed in 72 milliseconds