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

  /external/chromium/chrome/browser/history/
history_backend.h 557 // destination of the redirect (i.e., the key into recent_redirects_);
559 RedirectCache recent_redirects_; member in class:history::HistoryBackend
history_backend_unittest.cc 824 // Init recent_redirects_
844 backend_->recent_redirects_.Put(url1, redirects);
    [all...]
history_backend.cc 207 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()) {
    [all...]
  /external/chromium_org/chrome/browser/history/
history_backend.cc 174 recent_redirects_(kMaxRedirectCount),
531 recent_redirects_.Put(request.url, redirects);
    [all...]
history_backend.h 866 RedirectCache recent_redirects_; member in class:history::HistoryBackend
    [all...]
history_backend_unittest.cc     [all...]

Completed in 343 milliseconds