Searched refs:ProfileImplAndroid (Results 1 – 5 of 5) sorted by relevance
40 ProfileImplAndroid::ProfileImplAndroid(const FilePath& path) in ProfileImplAndroid() function in ProfileImplAndroid45 ProfileImplAndroid::~ProfileImplAndroid() in ~ProfileImplAndroid()49 Profile* ProfileImplAndroid::GetOriginalProfile() in GetOriginalProfile()55 PersonalDataManager* ProfileImplAndroid::GetPersonalDataManager() in GetPersonalDataManager()66 PrefService* ProfileImplAndroid::GetPrefs() { in GetPrefs()70 net::URLRequestContextGetter* ProfileImplAndroid::GetRequestContext() { in GetRequestContext()75 return new ProfileImplAndroid(path); in CreateProfile()
125 class ProfileImplAndroid : public Profile {127 virtual ~ProfileImplAndroid();240 explicit ProfileImplAndroid(const FilePath& path);262 DISALLOW_COPY_AND_ASSIGN(ProfileImplAndroid);
25 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()31 …equestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.g… in SetProfileRequestContext()
183 friend class ProfileImplAndroid; variable
26 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()32 …void SetProfileRequestContext(URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>… in SetProfileRequestContext()