HomeSort by relevance Sort by last modified time
    Searched refs:url_to_results_ (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);
139 if (found == url_to_results_.end()) {
157 url_to_results_.swap(other->url_to_results_);
192 URLToResultIndices::iterator found = url_to_results_.find(*url);
193 if (found == url_to_results_.end()) {
210 url_to_results_.erase(found);
219 URLToResultIndices::iterator found = url_to_results_.find(url);
220 if (found != url_to_results_.end()) {
229 url_to_results_[url] = new_list
    [all...]
history_types.h 412 // Inserts an entry into the |url_to_results_| map saying that the given URL
416 // Adds |delta| to each index in url_to_results_ in the range [begin,end]
430 URLToResultIndices url_to_results_; member in class:history::QueryResults

Completed in 58 milliseconds