Home | History | Annotate | Download | only in autofill

Lines Matching defs:ProfileImplAndroid

31 // ProfileImplAndroid is a subclass of Profile). To avoid compiling the file,
40 ProfileImplAndroid::ProfileImplAndroid(const FilePath& path)
45 ProfileImplAndroid::~ProfileImplAndroid()
49 Profile* ProfileImplAndroid::GetOriginalProfile()
55 PersonalDataManager* ProfileImplAndroid::GetPersonalDataManager()
66 PrefService* ProfileImplAndroid::GetPrefs() {
70 net::URLRequestContextGetter* ProfileImplAndroid::GetRequestContext() {
75 return new ProfileImplAndroid(path);