HomeSort by relevance Sort by last modified time
    Searched refs:HotwordService (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/search/
hotword_service.h 35 class HotwordService : public content::NotificationObserver,
42 explicit HotwordService(Profile* profile);
43 virtual ~HotwordService();
122 base::WeakPtrFactory<HotwordService> weak_factory_;
124 DISALLOW_COPY_AND_ASSIGN(HotwordService);
hotword_service.cc 174 bool HotwordService::DoesHotwordSupportLanguage(Profile* profile) {
186 HotwordService::HotwordService(Profile* profile)
215 base::Bind(&HotwordService::OnHotwordSearchEnabledChanged,
225 &HotwordService::MaybeReinstallHotwordExtension),
236 HotwordService::~HotwordService() {
239 void HotwordService::Observe(int type,
258 void HotwordService::OnExtensionUninstalled(
277 void HotwordService::InstallHotwordExtensionFromWebstore()
    [all...]
hotword_service_factory.cc 20 HotwordService* HotwordServiceFactory::GetForProfile(BrowserContext* context) {
21 return static_cast<HotwordService*>(
32 HotwordService* hotword_service = GetForProfile(context);
38 HotwordService* hotword_service = GetForProfile(context);
44 HotwordService* hotword_service = GetForProfile(context);
57 "HotwordService",
113 return new HotwordService(Profile::FromBrowserContext(context));
hotword_service_factory.h 12 class HotwordService;
19 // Returns the HotwordService for |context|.
20 static HotwordService* GetForProfile(content::BrowserContext* context);
hotword_service_unittest.cc 26 class MockHotwordService : public HotwordService {
29 : HotwordService(profile),
36 return HotwordService::UninstallHotwordExtension(extension_service);
105 HotwordService* hotword_service =
144 HotwordService* hotword_service =
180 HotwordService* hotword_service =
  /external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_api.cc 98 HotwordService* hotword_service =
121 HotwordService* hotword_service =
129 HotwordService* hotword_service =
hotword_private_apitest.cc 18 class MockHotwordService : public HotwordService {
21 : HotwordService(profile), service_available_(true) {};
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 327 HotwordService* hotword_service =
347 HotwordService* hotword_service =
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 169 HotwordService::DoesHotwordSupportLanguage(profile)) {

Completed in 218 milliseconds