Home
last modified time | relevance | path

Searched refs:ProfileImplAndroid (Results 1 – 5 of 5) sorted by relevance

/external/chromium/android/autofill/
Dprofile_android.cc40 ProfileImplAndroid::ProfileImplAndroid(const FilePath& path) in ProfileImplAndroid() function in ProfileImplAndroid
45 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()
Dprofile_android.h125 class ProfileImplAndroid : public Profile {
127 virtual ~ProfileImplAndroid();
240 explicit ProfileImplAndroid(const FilePath& path);
262 DISALLOW_COPY_AND_ASSIGN(ProfileImplAndroid);
/external/chromium/android/content/browser/tab_contents/
Dtab_contents.h25 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()
31 …equestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.g… in SetProfileRequestContext()
/external/chromium/chrome/browser/autofill/
Dpersonal_data_manager.h183 friend class ProfileImplAndroid; variable
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h26 : profile_(ProfileImplAndroid::CreateProfile(FilePath())) in TabContents()
32 …void SetProfileRequestContext(URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>… in SetProfileRequestContext()