Searched defs:BrowserContextKeyedAPIFactory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dbrowser_context_keyed_api_factory.h17 class BrowserContextKeyedAPIFactory;
19 // Instantiations of BrowserContextKeyedAPIFactory should use this base class
22 // be accessible to the BrowserContextKeyedAPIFactory for the service.
25 // Defaults for flags that control BrowserContextKeyedAPIFactory behavior.
54 // static BrowserContextKeyedAPIFactory<HistoryAPI>* GetFactoryInstance();
58 // static base::LazyInstance<BrowserContextKeyedAPIFactory<HistoryAPI> >
62 // BrowserContextKeyedAPIFactory<HistoryAPI>*
72 class BrowserContextKeyedAPIFactory : public BrowserContextKeyedServiceFactory { class in namespace:extensions
85 // void BrowserContextKeyedAPIFactory<
94 BrowserContextKeyedAPIFactory() function in class:extensions::BrowserContextKeyedAPIFactory
[all...]

Completed in 108 milliseconds