Searched refs:BitmapFetcherServiceFactory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/bitmap_fetcher/
H A Dbitmap_fetcher_service_factory.cc11 BitmapFetcherService* BitmapFetcherServiceFactory::GetForBrowserContext(
18 BitmapFetcherServiceFactory* BitmapFetcherServiceFactory::GetInstance() {
19 return Singleton<BitmapFetcherServiceFactory>::get();
22 BitmapFetcherServiceFactory::BitmapFetcherServiceFactory() function in class:BitmapFetcherServiceFactory
28 BitmapFetcherServiceFactory::~BitmapFetcherServiceFactory() {
31 KeyedService* BitmapFetcherServiceFactory::BuildServiceInstanceFor(
H A Dbitmap_fetcher_service_factory.h13 class BitmapFetcherServiceFactory : BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
18 static BitmapFetcherServiceFactory* GetInstance();
21 friend struct DefaultSingletonTraits<BitmapFetcherServiceFactory>;
23 BitmapFetcherServiceFactory();
24 virtual ~BitmapFetcherServiceFactory();
30 DISALLOW_COPY_AND_ASSIGN(BitmapFetcherServiceFactory);
/external/chromium_org/chrome/browser/android/omnibox/
H A Danswers_image_bridge.cc61 BitmapFetcherServiceFactory::GetForBrowserContext(profile);
73 BitmapFetcherServiceFactory::GetForBrowserContext(profile);
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc95 BitmapFetcherServiceFactory::GetForBrowserContext(profile_);

Completed in 2847 milliseconds