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

  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.h 48 class FaviconCache : public syncer::SyncableService,
51 FaviconCache(Profile* profile, int max_sync_favicon_limit);
52 virtual ~FaviconCache();
231 base::WeakPtrFactory<FaviconCache> weak_ptr_factory_;
233 DISALLOW_COPY_AND_ASSIGN(FaviconCache);
favicon_cache.cc 226 FaviconCache::FaviconCache(Profile* profile, int max_sync_favicon_limit)
236 FaviconCache::~FaviconCache() {}
238 syncer::SyncMergeResult FaviconCache::MergeDataAndStartSyncing(
311 void FaviconCache::StopSyncing(syncer::ModelType type) {
318 syncer::SyncDataList FaviconCache::GetAllSyncData(syncer::ModelType type)
333 syncer::SyncError FaviconCache::ProcessSyncChanges(
406 void FaviconCache::OnPageFaviconUpdated(const GURL& page_url) {
449 base::Bind(&FaviconCache::OnFaviconDataAvailable
    [all...]

Completed in 393 milliseconds