Searched refs:ImageLoaderFactory (Results 1 – 3 of 3) sorted by relevance
14 ImageLoader* ImageLoaderFactory::GetForBrowserContext( in GetForBrowserContext()20 ImageLoaderFactory* ImageLoaderFactory::GetInstance() { in GetInstance()21 return Singleton<ImageLoaderFactory>::get(); in GetInstance()24 ImageLoaderFactory::ImageLoaderFactory() in ImageLoaderFactory() function in extensions::ImageLoaderFactory30 ImageLoaderFactory::~ImageLoaderFactory() { in ~ImageLoaderFactory()33 KeyedService* ImageLoaderFactory::BuildServiceInstanceFor( in BuildServiceInstanceFor()38 bool ImageLoaderFactory::ServiceIsCreatedWithBrowserContext() const { in ServiceIsCreatedWithBrowserContext()42 content::BrowserContext* ImageLoaderFactory::GetBrowserContextToUse( in GetBrowserContextToUse()
23 class ImageLoaderFactory : public BrowserContextKeyedServiceFactory {27 static ImageLoaderFactory* GetInstance();30 friend struct DefaultSingletonTraits<ImageLoaderFactory>;32 ImageLoaderFactory();33 virtual ~ImageLoaderFactory();
224 return ImageLoaderFactory::GetForBrowserContext(context); in Get()