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

  /external/chromium_org/chrome/browser/search/
hotword_service_unittest.cc 113 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
121 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
126 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
129 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(otr_profile.get()));
154 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
158 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
160 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
162 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
164 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
166 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()))
    [all...]
hotword_service_factory.h 28 static bool IsHotwordAllowed(content::BrowserContext* context);
hotword_service_factory.cc 37 bool HotwordServiceFactory::IsHotwordAllowed(BrowserContext* context) {
39 return hotword_service && hotword_service->IsHotwordAllowed();
hotword_service.h 64 virtual bool IsHotwordAllowed();
hotword_service.cc 205 // is enabled which is gated through the IsHotwordAllowed check.
206 if (IsHotwordAllowed())
316 // by the IsHotwordAllowed check. The check for IsHotwordAllowed() here
319 if (IsHotwordAllowed() &&
417 return (error_message_ == 0) && IsHotwordAllowed();
420 bool HotwordService::IsHotwordAllowed() {
  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 37 if (HotwordServiceFactory::IsHotwordAllowed(profile_)) {
component_loader.cc 330 if (HotwordServiceFactory::IsHotwordAllowed(browser_context_)) {
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]

Completed in 349 milliseconds