Home | History | Annotate | Download | only in content

Lines Matching refs:context

33       content::BrowserContext* context);
35 // Associates |factory| with |context| so that |factory| is used to create
39 void SetTestingFactory(content::BrowserContext* context,
42 // Associates |factory| with |context| and immediately returns the created
45 KeyedService* SetTestingFactoryAndUse(content::BrowserContext* context,
62 // Common implementation that maps |context| to some service object. Deals
69 KeyedService* GetServiceForBrowserContext(content::BrowserContext* context,
72 // Maps |context| to |service| with debug checks to prevent duplication.
73 void Associate(content::BrowserContext* context, KeyedService* service);
75 // Removes the mapping from |context| to a service.
76 void Disassociate(content::BrowserContext* context);
81 content::BrowserContext* context) const = 0;
95 virtual void BrowserContextShutdown(content::BrowserContext* context)
97 virtual void BrowserContextDestroyed(content::BrowserContext* context)
100 virtual void SetEmptyTestingFactory(content::BrowserContext* context)
102 virtual bool HasTestingFactory(content::BrowserContext* context) OVERRIDE;
103 virtual void CreateServiceNow(content::BrowserContext* context) OVERRIDE;