Searched defs:BrowserContextKeyedServiceFactory (Results 1 - 2 of 2) sorted by path

/external/chromium_org/components/keyed_service/content/
H A Dbrowser_context_keyed_service_factory.cc15 void BrowserContextKeyedServiceFactory::SetTestingFactory(
44 KeyedService* BrowserContextKeyedServiceFactory::SetTestingFactoryAndUse(
52 BrowserContextKeyedServiceFactory::BrowserContextKeyedServiceFactory( function in class:BrowserContextKeyedServiceFactory
57 BrowserContextKeyedServiceFactory::~BrowserContextKeyedServiceFactory() {
61 KeyedService* BrowserContextKeyedServiceFactory::GetServiceForBrowserContext(
98 void BrowserContextKeyedServiceFactory::Associate(
105 void BrowserContextKeyedServiceFactory::Disassociate(
114 void BrowserContextKeyedServiceFactory
[all...]
H A Dbrowser_context_keyed_service_factory.h26 class KEYED_SERVICE_EXPORT BrowserContextKeyedServiceFactory class in inherits:BrowserContextKeyedBaseFactory
54 // : BrowserContextKeyedServiceFactory(
58 BrowserContextKeyedServiceFactory(const char* name,
60 virtual ~BrowserContextKeyedServiceFactory();
78 // All subclasses of BrowserContextKeyedServiceFactory must return a
121 DISALLOW_COPY_AND_ASSIGN(BrowserContextKeyedServiceFactory);

Completed in 423 milliseconds