Home
last modified time | relevance | path

Searched refs:kHotwordPreviousLanguage (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/search/
Dhotword_service_unittest.cc241 profile()->GetPrefs()->GetString(prefs::kHotwordPreviousLanguage)); in TEST_F()
271 profile()->GetPrefs()->GetString(prefs::kHotwordPreviousLanguage)); in TEST_F()
290 profile()->GetPrefs()->GetString(prefs::kHotwordPreviousLanguage)); in TEST_F()
301 profile()->GetPrefs()->GetString(prefs::kHotwordPreviousLanguage)); in TEST_F()
Dhotword_service.cc298 if (!profile_->GetPrefs()->HasPrefPath(prefs::kHotwordPreviousLanguage)) in OnExtensionInstalled()
514 profile_->GetPrefs()->SetString(prefs::kHotwordPreviousLanguage, in SetPreviousLanguagePref()
521 if (!profile_->GetPrefs()->HasPrefPath(prefs::kHotwordPreviousLanguage)) in ShouldReinstallHotwordExtension()
525 profile_->GetPrefs()->GetString(prefs::kHotwordPreviousLanguage); in ShouldReinstallHotwordExtension()
Dhotword_service_factory.cc106 prefs->RegisterStringPref(prefs::kHotwordPreviousLanguage, in RegisterProfilePrefs()
/external/chromium_org/chrome/browser/ui/webui/
Dvoicesearch_ui.cc232 prefs::kHotwordPreviousLanguage))); in AddLanguageInfo()
/external/chromium_org/chrome/common/
Dpref_names.cc1813 const char kHotwordPreviousLanguage[] = "hotword.previous_language"; variable
Dpref_names.h650 extern const char kHotwordPreviousLanguage[];