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

/external/chromium_org/components/keyed_service/core/
H A Dkeyed_service.cc7 KeyedService::KeyedService() {} function in class:KeyedService
9 KeyedService::~KeyedService() {}
11 void KeyedService::Shutdown() {}
H A Dkeyed_service.h16 class KEYED_SERVICE_EXPORT KeyedService { class
18 KeyedService();
20 // The first pass is to call Shutdown on a KeyedService.
24 virtual ~KeyedService();

Completed in 313 milliseconds