HomeSort by relevance Sort by last modified time
    Searched defs:RefcountedBrowserContextKeyedServiceFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/keyed_service/content/
refcounted_browser_context_keyed_service_factory.cc 13 void RefcountedBrowserContextKeyedServiceFactory::SetTestingFactory(
35 RefcountedBrowserContextKeyedServiceFactory::SetTestingFactoryAndUse(
43 RefcountedBrowserContextKeyedServiceFactory::
44 RefcountedBrowserContextKeyedServiceFactory(
49 RefcountedBrowserContextKeyedServiceFactory::
50 ~RefcountedBrowserContextKeyedServiceFactory() {
55 RefcountedBrowserContextKeyedServiceFactory::GetServiceForBrowserContext(
92 void RefcountedBrowserContextKeyedServiceFactory::Associate(
99 void RefcountedBrowserContextKeyedServiceFactory::BrowserContextShutdown(
106 void RefcountedBrowserContextKeyedServiceFactory::BrowserContextDestroyed
    [all...]
refcounted_browser_context_keyed_service_factory.h 30 class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedServiceFactory
54 RefcountedBrowserContextKeyedServiceFactory(
57 virtual ~RefcountedBrowserContextKeyedServiceFactory();
68 // All subclasses of RefcountedBrowserContextKeyedServiceFactory must return
97 DISALLOW_COPY_AND_ASSIGN(RefcountedBrowserContextKeyedServiceFactory);

Completed in 254 milliseconds