HomeSort by relevance Sort by last modified time
    Searched refs:recent_redirects_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/history/
history_backend.cc 172 recent_redirects_(kMaxRedirectCount),
529 recent_redirects_.Put(request.url, redirects);
854 RedirectCache::iterator iter = recent_redirects_.Get(url);
855 if (iter != recent_redirects_.end()) {
    [all...]
history_backend.h 835 RedirectCache recent_redirects_; member in class:history::HistoryBackend
    [all...]
history_backend_unittest.cc     [all...]

Completed in 227 milliseconds