Home | History | Annotate | Download | only in content

Lines Matching refs:RefcountedBrowserContextKeyedService

13 class RefcountedBrowserContextKeyedService;
18 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
34 // RefcountedBrowserContextKeyedService must be one type that
36 class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedService
38 RefcountedBrowserContextKeyedService,
51 RefcountedBrowserContextKeyedService();
56 explicit RefcountedBrowserContextKeyedService(
61 virtual ~RefcountedBrowserContextKeyedService();
65 friend class base::DeleteHelper<RefcountedBrowserContextKeyedService>;
67 RefcountedBrowserContextKeyedService,