HomeSort by relevance Sort by last modified time
    Searched refs:show_count (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/signin/
signin_promo.cc 140 int show_count = prefs->GetInteger(prefs::kSignInPromoStartupCount); local
141 if (show_count >= kSignInPromoShowAtStartupMaximum)
162 int show_count = profile->GetPrefs()->GetInteger( local
164 show_count++;
165 profile->GetPrefs()->SetInteger(prefs::kSignInPromoStartupCount, show_count);
  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 282 int& show_count = declarative_show_count_[tab_id]; local
283 DCHECK_GT(show_count, 0);
284 if (--show_count == 0)
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_controller_impl.cc 555 int show_count = local
558 show_count + 1);
1765 int show_count = local
    [all...]

Completed in 169 milliseconds