Searched defs:PromoCounter (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/instant/
H A Dpromo_counter.h17 // PromoCounter is used to track whether a promo should be shown. The promo is
19 class PromoCounter { class
21 // Creates a new PromoCounter. |pref_key| is used to store prefs related to
26 PromoCounter(Profile* profile,
31 ~PromoCounter();
33 // Registers the preferences used by PromoCounter.
75 DISALLOW_COPY_AND_ASSIGN(PromoCounter);
H A Dpromo_counter.cc22 PromoCounter::PromoCounter(Profile* profile, function in class:PromoCounter
36 PromoCounter::~PromoCounter() {
40 void PromoCounter::RegisterUserPrefs(PrefService* prefs,
47 bool PromoCounter::ShouldShow(base::Time current_time) {
59 void PromoCounter::Hide() {
69 void PromoCounter::Init(base::Time current_time) {
99 void PromoCounter::MaxSessionsEncountered(base::Time current_time) {
108 void PromoCounter
[all...]

Completed in 83 milliseconds