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.cc22 BrowserContextKeyedAPIFactory<HotwordPrivateEventService> > g_factory =
25 HotwordPrivateEventService::HotwordPrivateEventService( function in class:extensions::HotwordPrivateEventService
31 base::Bind(&HotwordPrivateEventService::OnEnabledChanged,
35 HotwordPrivateEventService::~HotwordPrivateEventService() {
38 void HotwordPrivateEventService::Shutdown() {
42 BrowserContextKeyedAPIFactory<HotwordPrivateEventService>*
43 HotwordPrivateEventService::GetFactoryInstance() {
48 const char* 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 76 milliseconds