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

  /external/chromium_org/chrome/browser/autofill/android/
personal_data_manager_android.cc 28 Profile* GetDefaultProfile() {
29 return g_browser_process->profile_manager()->GetDefaultProfile();
160 PersonalDataManagerFactory::GetForProfile(GetDefaultProfile())) {
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 77 Profile* ProfileManager::GetDefaultProfile() {
81 return profile_manager->GetDefaultProfile(user_data_dir);
138 Profile* ProfileManager::GetDefaultProfile(const FilePath& user_data_dir) {
  /external/chromium/chrome/browser/extensions/
extension_webstore_private_api.cc 97 Profile* GetDefaultProfile(Profile* profile) {
101 return g_browser_process->profile_manager()->GetDefaultProfile();
444 result_.reset(CreateLoginResult(GetDefaultProfile(profile_)));
488 Profile* profile = GetDefaultProfile(profile_);
540 ProfileSyncService* service = GetSyncService(GetDefaultProfile(profile_));
582 result_.reset(CreateLoginResult(GetDefaultProfile(profile_)));
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 226 Profile* ProfileManager::GetDefaultProfile() {
228 << "GetDefaultProfile() caled befofre allowed.";
230 return profile_manager->GetDefaultProfile(profile_manager->user_data_dir_);
239 // crash on Guest mode and have only one GetDefaultProfile() method.
240 Profile* profile = GetDefaultProfile();
352 return GetDefaultProfile(user_data_dir);
396 Profile* ProfileManager::GetDefaultProfile(
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.cc 56 // TODO(lzheng): Replace this with Profile* ProfileManager::GetDefaultProfile().
57 Profile* GetDefaultProfile() {
61 return profile_manager->GetDefaultProfile(user_data_dir);
175 PrefService* pref_service = GetDefaultProfile()->GetPrefs();
196 const PrefService* pref_service = GetDefaultProfile()->GetPrefs();
879 GetDefaultProfile()->GetRequestContext());
    [all...]

Completed in 130 milliseconds