Searched refs:FaviconCache (Results 1 - 8 of 8) 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...]
H A Dfavicon_cache_unittest.cc282 FaviconCache* cache() { return &cache_; }
297 FaviconCache cache_;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.h68 // on to FaviconCache for out-of-band favicon syncing.
140 FaviconCache* GetFaviconCache();
337 FaviconCache favicon_cache_;
H A Dsessions_sync_manager.cc1008 FaviconCache* SessionsSyncManager::GetFaviconCache() {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.h69 class FaviconCache;
766 browser_sync::FaviconCache* GetFaviconCache();
H A Dprofile_sync_components_factory_impl.cc520 browser_sync::FaviconCache* favicons =
H A Dprofile_sync_service.cc446 browser_sync::FaviconCache* ProfileSyncService::GetFaviconCache() {

Completed in 1138 milliseconds