Home
last modified time | relevance | path

Searched refs:ShouldShowPromo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/sync/
Dsync_promo_ui.cc12 if (!signin::ShouldShowPromo(profile)) { in ShouldShowSyncPromo()
/external/chromium_org/chrome/browser/signin/
Dsignin_promo.h67 bool ShouldShowPromo(Profile* profile);
Dsignin_promo.cc83 bool ShouldShowPromo(Profile* profile) { in ShouldShowPromo() function
113 if (!ShouldShowPromo(profile)) in ShouldShowPromoAtStartup()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dntp_login_handler.cc137 if (signin::ShouldShowPromo(profile)) { in HandleShowSyncLoginUI()