HomeSort by relevance Sort by last modified time
    Searched refs:url_to_results_ (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);
51 if (found == url_to_results_.end()) {
69 url_to_results_.swap(other->url_to_results_);
104 URLToResultIndices::iterator found = url_to_results_.find(*url);
105 if (found == url_to_results_.end()) {
122 url_to_results_.erase(found);
131 URLToResultIndices::iterator found = url_to_results_.find(url);
132 if (found != url_to_results_.end()) {
141 url_to_results_[url] = new_list
    [all...]
history_types.h 217 // Inserts an entry into the |url_to_results_| map saying that the given URL
221 // Adds |delta| to each index in url_to_results_ in the range [begin,end]
235 URLToResultIndices url_to_results_; member in class:history::QueryResults

Completed in 288 milliseconds