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();
231 base::WeakPtrFactory<FaviconCache> weak_ptr_factory_;
233 DISALLOW_COPY_AND_ASSIGN(FaviconCache);
H A Dfavicon_cache.cc226 FaviconCache::FaviconCache(Profile* profile, int max_sync_favicon_limit) function in class:browser_sync::FaviconCache
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
[all...]

Completed in 266 milliseconds