Searched refs:promo_counter (Results 1 – 4 of 4) sorted by relevance
28 PromoCounter* promo_counter = profile->GetInstantPromoCounter(); in ShowInstantConfirmDialogIfNecessary() local29 if (promo_counter) in ShowInstantConfirmDialogIfNecessary()30 promo_counter->Hide(); in ShowInstantConfirmDialogIfNecessary()
96 PromoCounter* promo_counter = profile->GetInstantPromoCounter(); in Enable() local97 if (promo_counter) in Enable()98 promo_counter->Hide(); in Enable()
126 int promo_counter = GetPromoCounter(); in ShouldShowPromo() local127 if (GetDefaultAppsInstalled() && promo_counter <= kDefaultAppsCounterMax) { in ShouldShowPromo()138 if (promo_counter == kDefaultAppsCounterMax) { in ShouldShowPromo()149 SetPromoCounter(++promo_counter); in ShouldShowPromo()
17 #include "chrome/browser/instant/promo_counter.h"