ShouldShowOptInPopup   39 chrome/browser/search/hotword_service.h   bool ShouldShowOptInPopup();
ShouldShowOptInPopup   31 chrome/browser/search/hotword_service_factory.cc   return hotword_service && hotword_service->ShouldShowOptInPopup();
ShouldShowOptInPopup   23 chrome/browser/search/hotword_service_factory.h   static bool ShouldShowOptInPopup(content::BrowserContext* context);
ShouldShowOptInPopup   34 chrome/browser/search/hotword_service_unittest.cc TEST_F(HotwordServiceTest, ShouldShowOptInPopup) {
ShouldShowOptInPopup   43 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(otr_profile.get()));
ShouldShowOptInPopup   54 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
ShouldShowOptInPopup   55 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(hotword_service->ShouldShowOptInPopup());
ShouldShowOptInPopup   58 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
ShouldShowOptInPopup   59 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(hotword_service->ShouldShowOptInPopup());
ShouldShowOptInPopup   66 chrome/browser/search/hotword_service_unittest.cc     EXPECT_TRUE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
ShouldShowOptInPopup   67 chrome/browser/search/hotword_service_unittest.cc     EXPECT_TRUE(hotword_service->ShouldShowOptInPopup());
ShouldShowOptInPopup   73 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(HotwordServiceFactory::ShouldShowOptInPopup(profile.get()));
ShouldShowOptInPopup   74 chrome/browser/search/hotword_service_unittest.cc   EXPECT_FALSE(hotword_service->ShouldShowOptInPopup());