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

  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 379 recent_favicons_.erase(favicon_iter->second);
382 recent_favicons_.insert(favicon_iter->second);
767 DCHECK_EQ(recent_favicons_.size(), synced_favicons_.size());
775 recent_favicons_.insert(synced_favicons_[icon_url]);
776 DCHECK_EQ(recent_favicons_.size(), synced_favicons_.size());
782 DCHECK_EQ(recent_favicons_.size(), synced_favicons_.size());
788 recent_favicons_.erase(iter->second);
792 recent_favicons_.insert(iter->second);
795 for (RecencySet::const_iterator iter = recent_favicons_.begin();
796 iter != recent_favicons_.end(); ++iter)
    [all...]
favicon_cache.h 147 // |synced_favicons_| and |recent_favicons_| and returns it.
151 // correspondly updates position in |recent_favicons_|.
154 // Expiration method. Looks through |recent_favicons_| to find any favicons
204 RecencySet recent_favicons_; member in class:browser_sync::FaviconCache

Completed in 5048 milliseconds