HomeSort by relevance Sort by last modified time
    Searched refs:url_to_results_ (Results 1 - 4 of 4) 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
  /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 409 // Inserts an entry into the |url_to_results_| map saying that the given URL
413 // Adds |delta| to each index in url_to_results_ in the range [begin,end]
427 URLToResultIndices url_to_results_; member in class:history::QueryResults

Completed in 189 milliseconds