Lines Matching full:profile
17 #include "chrome/browser/profiles/profile.h"
58 // The TabContents' profile.
59 Profile* profile_; // weak
73 profile_(tab_contents->profile()),
127 - (void)checkAndShowInfoBarForProfile:(Profile*)profile;
139 - (void)checkAndShowInfoBarForProfile:(Profile*)profile {
149 !profile->GetPrefs()->GetBoolean(prefs::kShowUpdatePromotionInfoBar) ||
215 void KeystoneInfoBar::PromotionInfoBar(Profile* profile) {
219 [promotionInfoBar checkAndShowInfoBarForProfile:profile];