Searched defs:FaviconCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dfavicon_cache.h48 class FaviconCache : public syncer::SyncableService, class in namespace:browser_sync
51 FaviconCache(Profile* profile, int max_sync_favicon_limit);
52 virtual ~FaviconCache();
227 base::WeakPtrFactory<FaviconCache> weak_ptr_factory_;
229 DISALLOW_COPY_AND_ASSIGN(FaviconCache);
H A Dfavicon_cache.cc228 FaviconCache::FaviconCache(Profile* profile, int max_sync_favicon_limit) function in class:browser_sync::FaviconCache
238 FaviconCache::~FaviconCache() {}
240 syncer::SyncMergeResult FaviconCache::MergeDataAndStartSyncing(
315 void FaviconCache::StopSyncing(syncer::ModelType type) {
322 syncer::SyncDataList FaviconCache::GetAllSyncData(syncer::ModelType type)
332 syncer::SyncError FaviconCache::ProcessSyncChanges(
432 void FaviconCache::OnPageFaviconUpdated(const GURL& page_url) {
473 base::Bind(&FaviconCache
[all...]

Completed in 3101 milliseconds