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

/external/chromium_org/chrome/browser/extensions/api/hotword_private/
H A Dhotword_private_api.cc28 BrowserContextKeyedAPIFactory<HotwordPrivateEventService> > g_factory =
31 HotwordPrivateEventService::HotwordPrivateEventService( function in class:extensions::HotwordPrivateEventService
37 base::Bind(&HotwordPrivateEventService::OnEnabledChanged,
41 base::Bind(&HotwordPrivateEventService::OnEnabledChanged,
45 HotwordPrivateEventService::~HotwordPrivateEventService() {
48 void HotwordPrivateEventService::Shutdown() {
52 BrowserContextKeyedAPIFactory<HotwordPrivateEventService>*
53 HotwordPrivateEventService
[all...]
H A Dhotword_private_api.h20 class HotwordPrivateEventService : public BrowserContextKeyedAPI { class in namespace:extensions
22 explicit HotwordPrivateEventService(content::BrowserContext* context);
23 virtual ~HotwordPrivateEventService();
27 static BrowserContextKeyedAPIFactory<HotwordPrivateEventService>*
38 friend class BrowserContextKeyedAPIFactory<HotwordPrivateEventService>;

Completed in 309 milliseconds