Home
last modified time | relevance | path

Searched refs:GetFaviconCache (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/sessions/
Dsessions_sync_manager.h140 FaviconCache* GetFaviconCache();
Dsessions_sync_manager.cc1008 FaviconCache* SessionsSyncManager::GetFaviconCache() { in GetFaviconCache() function in browser_sync::SessionsSyncManager
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_components_factory_impl.cc522 GetFaviconCache(); in GetSyncableServiceForType()
Dprofile_sync_service.h766 browser_sync::FaviconCache* GetFaviconCache();
Dprofile_sync_service.cc446 browser_sync::FaviconCache* ProfileSyncService::GetFaviconCache() { in GetFaviconCache() function in ProfileSyncService
447 return sessions_sync_manager_->GetFaviconCache(); in GetFaviconCache()