Home
last modified time | relevance | path

Searched refs:new_profile (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
Dcreate_profile_handler.cc194 Profile* new_profile) { in RegisterSupervisedUser() argument
196 new_profile->GetPath().value()); in RegisterSupervisedUser()
199 SupervisedUserServiceFactory::GetForProfile(new_profile); in RegisterSupervisedUser()
212 new_profile)); in RegisterSupervisedUser()
311 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); in CancelProfileRegistration() local
312 if (!new_profile) in CancelProfileRegistration()
318 if (!new_profile->IsSupervised()) in CancelProfileRegistration()
337 helper::DeleteProfileAtPath(new_profile->GetPath(), web_ui()); in CancelProfileRegistration()
Dcreate_profile_handler.h98 Profile* new_profile);
/external/chromium_org/components/autofill/core/browser/webdata/
Dautofill_profile_syncable_service.cc507 AutofillProfile* new_profile = new AutofillProfile( in CreateOrUpdateProfile() local
509 OverwriteProfileWithServerData(autofill_specifics, new_profile, app_locale_); in CreateOrUpdateProfile()
518 if (local_profile->Compare(*new_profile) == 0) { in CreateOrUpdateProfile()
521 if (local_profile->IsVerified() && !new_profile->IsVerified()) { in CreateOrUpdateProfile()
522 new_profile->set_origin(local_profile->origin()); in CreateOrUpdateProfile()
523 bundle->profiles_to_sync_back.push_back(new_profile); in CreateOrUpdateProfile()
531 << "New guid " << new_profile->guid() in CreateOrUpdateProfile()
536 !new_profile->IsVerified() && in CreateOrUpdateProfile()
538 local_profile->PrimaryValue() == new_profile->PrimaryValue()) { in CreateOrUpdateProfile()
542 std::make_pair(local_profile->guid(), new_profile)); in CreateOrUpdateProfile()
[all …]
/external/chromium_org/chrome/browser/ui/sync/
Done_click_signin_sync_starter.cc283 Profile* new_profile, in CompleteInitForNewProfile() argument
285 DCHECK_NE(profile_, new_profile); in CompleteInitForNewProfile()
303 SigninManagerFactory::GetForProfile(new_profile); in CompleteInitForNewProfile()
314 Initialize(new_profile, NULL); in CompleteInitForNewProfile()
315 DCHECK_EQ(profile_, new_profile); in CompleteInitForNewProfile()
329 new_profile, in CompleteInitForNewProfile()
/external/chromium_org/ui/display/chromeos/x11/
Dnative_display_delegate_x11.h93 ColorCalibrationProfile new_profile) OVERRIDE;
128 ColorCalibrationProfile new_profile);
Dnative_display_delegate_x11.cc601 ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
605 XRRCrtcGamma* gamma_ramp = CreateGammaRampForProfile(x11_output, new_profile); in SetColorCalibrationProfile()
620 ColorCalibrationProfile new_profile) { in CreateGammaRampForProfile() argument
/external/chromium_org/components/autofill/core/browser/
Dpersonal_data_manager.cc743 const AutofillProfile& new_profile, in MergeProfile() argument
751 std::string guid = new_profile.guid(); in MergeProfile()
760 !new_profile.PrimaryValue().empty() && in MergeProfile()
762 base::StringToLowerASCII(new_profile.PrimaryValue())) { in MergeProfile()
769 if (!existing_profile->IsVerified() || new_profile.IsVerified()) in MergeProfile()
770 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale); in MergeProfile()
777 merged_profiles->push_back(new_profile); in MergeProfile()
Dpersonal_data_manager.h187 const AutofillProfile& new_profile,
/external/chromium_org/chrome/browser/prefs/
Dpref_service_browsertest.cc54 explicit PreferenceServiceTest(bool new_profile) : new_profile_(new_profile) { in PreferenceServiceTest() argument
/external/chromium_org/ui/display/types/
Dnative_display_delegate.h86 ui::ColorCalibrationProfile new_profile) = 0;
/external/chromium_org/ui/ozone/common/chromeos/
Dnative_display_delegate_ozone.h41 ui::ColorCalibrationProfile new_profile) OVERRIDE;
Dnative_display_delegate_ozone.cc81 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
/external/chromium_org/ui/ozone/platform/dri/chromeos/
Dnative_display_delegate_dri.h58 ui::ColorCalibrationProfile new_profile) OVERRIDE;
Dnative_display_delegate_proxy.h53 ColorCalibrationProfile new_profile) OVERRIDE;
Dnative_display_delegate_proxy.cc96 ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
Dnative_display_delegate_dri.cc282 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
/external/chromium_org/chrome/browser/ui/app_list/
Dapp_list_view_delegate.cc203 void AppListViewDelegate::SetProfile(Profile* new_profile) { in SetProfile() argument
204 if (profile_ == new_profile) in SetProfile()
222 profile_ = new_profile; in SetProfile()
/external/chromium_org/ui/display/chromeos/
Ddisplay_configurator.h235 ui::ColorCalibrationProfile new_profile);
Ddisplay_configurator.cc431 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
436 *cached_displays_[i].display, new_profile); in SetColorCalibrationProfile()
Ddisplay_configurator_unittest.cc210 ui::ColorCalibrationProfile new_profile) OVERRIDE { in SetColorCalibrationProfile() argument
/external/chromium_org/chrome/browser/ui/autofill/
Dautofill_dialog_controller_unittest.cc1122 AutofillProfile new_profile(test::GetVerifiedProfile2()); in TEST_F() local
1124 FillInputs(SECTION_SHIPPING, new_profile); in TEST_F()
1130 new_profile.set_guid( in TEST_F()
1139 controller()->GetTestingManager()->AddTestingProfile(&new_profile); in TEST_F()