Home | History | Annotate | Download | only in signin

Lines Matching refs:profile

13 class Profile;
25 GlobalError* GetSignedInServiceError(Profile* profile);
28 std::vector<GlobalError*> GetSignedInServiceErrors(Profile* profile);
32 base::string16 GetSigninMenuLabel(Profile* profile);
34 void GetStatusLabelsForAuthError(Profile* profile,
40 void InitializePrefsForProfile(Profile* profile);
43 void ShowSigninErrorLearnMorePage(Profile* profile);
45 // Returns the display email string for the given account. If the profile
49 std::string GetDisplayEmail(Profile* profile, const std::string& account_id);