Lines Matching full:profile
22 class Profile;
26 // Returns either the original profile or the incognito profile, based on the
27 // given store ID. Returns NULL if the profile doesn't exist or is not allowed
29 Profile* ChooseProfileFromStoreId(const std::string& store_id,
30 Profile* profile,
33 // Returns the store ID for a particular user profile.
34 const char* GetStoreIdFromProfile(Profile* profile);
46 DictionaryValue* CreateCookieStoreValue(Profile* profile,