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

  /external/chromium_org/chrome/browser/search/
hotword_service.h 86 bool MaybeReinstallHotwordExtension();
hotword_service_unittest.cc 269 EXPECT_FALSE(hotword_service->MaybeReinstallHotwordExtension());
284 EXPECT_FALSE(hotword_service->MaybeReinstallHotwordExtension());
291 EXPECT_TRUE(hotword_service->MaybeReinstallHotwordExtension());
303 EXPECT_FALSE(hotword_service->MaybeReinstallHotwordExtension());
311 EXPECT_FALSE(hotword_service->MaybeReinstallHotwordExtension());
hotword_service.cc 225 &HotwordService::MaybeReinstallHotwordExtension),
301 // If MaybeReinstallHotwordExtension already triggered an uninstall, we
307 MaybeReinstallHotwordExtension();
325 bool HotwordService::MaybeReinstallHotwordExtension() {

Completed in 41 milliseconds