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

/external/chromium_org/components/keyed_service/content/
H A Drefcounted_browser_context_keyed_service.cc11 const RefcountedBrowserContextKeyedService* obj) {
22 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService() function in class:RefcountedBrowserContextKeyedService
26 RefcountedBrowserContextKeyedService::RefcountedBrowserContextKeyedService( function in class:RefcountedBrowserContextKeyedService
30 RefcountedBrowserContextKeyedService::~RefcountedBrowserContextKeyedService() {}
H A Drefcounted_browser_context_keyed_service.h13 class RefcountedBrowserContextKeyedService;
18 static void Destruct(const RefcountedBrowserContextKeyedService* obj);
34 // RefcountedBrowserContextKeyedService must be one type that
36 class KEYED_SERVICE_EXPORT RefcountedBrowserContextKeyedService class in inherits:base::RefCountedThreadSafe
38 RefcountedBrowserContextKeyedService,
51 RefcountedBrowserContextKeyedService();
56 explicit RefcountedBrowserContextKeyedService(
61 virtual ~RefcountedBrowserContextKeyedService();
65 friend class base::DeleteHelper<RefcountedBrowserContextKeyedService>;
67 RefcountedBrowserContextKeyedService,
[all...]

Completed in 63 milliseconds