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

/external/chromium_org/chrome/browser/search/
H A Dhotword_service.h35 class HotwordService : public content::NotificationObserver, class in inherits:content::NotificationObserver,extensions::ExtensionRegistryObserver,KeyedService
45 explicit HotwordService(Profile* profile);
46 virtual ~HotwordService();
143 base::WeakPtrFactory<HotwordService> weak_factory_;
148 DISALLOW_COPY_AND_ASSIGN(HotwordService);
H A Dhotword_service.cc168 bool HotwordService::DoesHotwordSupportLanguage(Profile* profile) {
181 bool HotwordService::IsExperimentalHotwordingEnabled() {
186 HotwordService::HotwordService(Profile* profile) function in class:HotwordService
215 base::Bind(&HotwordService::OnHotwordSearchEnabledChanged,
225 &HotwordService::MaybeReinstallHotwordExtension),
236 HotwordService::~HotwordService() {
239 void HotwordService::Observe(int type,
258 void HotwordService
[all...]

Completed in 131 milliseconds