HomeSort by relevance Sort by last modified time
    Searched defs:PromoCounter (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/instant/
promo_counter.h 17 // PromoCounter is used to track whether a promo should be shown. The promo is
19 class PromoCounter {
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);
promo_counter.cc 22 PromoCounter::PromoCounter(Profile* profile,
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::MaxTimeLapsed(base::Time current_time)
    [all...]

Completed in 162 milliseconds