Lines Matching full:profile
20 class Profile;
26 // sub-profile (incognito to original profile, or vice versa).
27 static bool CanCrossIncognito(Profile* profile,
29 static bool CanCrossIncognito(Profile* profile, const Extension* extension);
31 explicit ExtensionEventRouter(Profile* profile);
55 // normal profile only works if extension is allowed incognito access). If
60 Profile* restrict_to_profile, const GURL& event_url);
66 Profile* restrict_to_profile, const GURL& event_url);
74 Profile* restrict_to_profile, const GURL& event_url);
84 Profile* profile_;