HomeSort by relevance Sort by last modified time
    Searched refs:ProfileImplAndroid (Results 1 - 5 of 5) 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);
  /external/chromium/android/content/browser/tab_contents/
tab_contents.h 25 : profile_(ProfileImplAndroid::CreateProfile(FilePath()))
31 void SetProfileRequestContext(net::URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 183 friend class ProfileImplAndroid;
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 26 : profile_(ProfileImplAndroid::CreateProfile(FilePath()))
32 void SetProfileRequestContext(URLRequestContextGetter* context) { static_cast<ProfileImplAndroid*>(profile_.get())->SetRequestContext(context); }
    [all...]

Completed in 209 milliseconds