HomeSort by relevance Sort by last modified time
    Searched defs:ProfileImplAndroid (Results 1 - 2 of 2) sorted by null

  /external/chromium/android/autofill/
profile_android.cc 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)
    [all...]
profile_android.h 125 class ProfileImplAndroid : public Profile {
127 virtual ~ProfileImplAndroid();
240 explicit ProfileImplAndroid(const FilePath& path);
262 DISALLOW_COPY_AND_ASSIGN(ProfileImplAndroid);

Completed in 205 milliseconds