Home | History | Annotate | Download | only in history

Lines Matching refs:url_to_results_

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()) {
283 url_to_results_[url] = new_list;
287 for (URLToResultIndices::iterator i = url_to_results_.begin();
288 i != url_to_results_.end(); ++i) {