Searched refs:IsServiceAvailable (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/search/
H A Dhotword_service_factory.h25 static bool IsServiceAvailable(content::BrowserContext* context);
H A Dhotword_service_factory.cc31 bool HotwordServiceFactory::IsServiceAvailable(BrowserContext* context) { function in class:HotwordServiceFactory
33 return hotword_service && hotword_service->IsServiceAvailable();
H A Dhotword_service.h65 virtual bool IsServiceAvailable();
H A Dhotword_service.cc378 bool HotwordService::IsServiceAvailable() { function in class:HotwordService
489 if (!IsServiceAvailable() || (client_ && client_ != client))
501 if (!IsServiceAvailable())
/external/chromium_org/chrome/browser/ui/app_list/
H A Dstart_page_service.cc164 return HotwordServiceFactory::IsServiceAvailable(profile_) &&
168 return HotwordServiceFactory::IsServiceAvailable(profile_) &&
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
H A Dhotword_private_api.cc127 result.available = hotword_service->IsServiceAvailable();
H A Dhotword_private_apitest.cc29 virtual bool IsServiceAvailable() OVERRIDE {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1615 HotwordServiceFactory::IsServiceAvailable(profile);

Completed in 1729 milliseconds