HomeSort by relevance Sort by last modified time
    Searched refs:url_to_results_ (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);
166 if (found == url_to_results_.end()) {
184 url_to_results_.swap(other->url_to_results_);
217 other->url_to_results_.clear();
246 URLToResultIndices::iterator found = url_to_results_.find(*url);
247 if (found == url_to_results_.end()) {
264 url_to_results_.erase(found);
273 URLToResultIndices::iterator found = url_to_results_.find(url);
274 if (found != url_to_results_.end())
    [all...]
history_types.h 452 // Inserts an entry into the |url_to_results_| map saying that the given URL
456 // Adds |delta| to each index in url_to_results_ in the range [begin,end]
470 URLToResultIndices url_to_results_; member in class:history::QueryResults

Completed in 63 milliseconds