Searched refs:recent_redirects_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_backend.cc207 recent_redirects_(kMaxRedirectCount),
490 recent_redirects_.Put(request->url, request->redirects);
823 RedirectCache::iterator iter = recent_redirects_.Get(url);
824 if (iter != recent_redirects_.end()) {
1796 RedirectCache::iterator iter = recent_redirects_.Get(page_url);
1797 if (iter != recent_redirects_.end()) {
H A Dhistory_backend.h557 // destination of the redirect (i.e., the key into recent_redirects_);
559 RedirectCache recent_redirects_; member in class:history::HistoryBackend
H A Dhistory_backend_unittest.cc824 // Init recent_redirects_
844 backend_->recent_redirects_.Put(url1, redirects);

Completed in 68 milliseconds