/external/chromium_org/chrome/browser/ui/webui/options/ |
D | create_profile_handler.cc | 194 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()
|
D | create_profile_handler.h | 98 Profile* new_profile);
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
D | autofill_profile_syncable_service.cc | 507 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/ |
D | one_click_signin_sync_starter.cc | 283 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/ |
D | native_display_delegate_x11.h | 93 ColorCalibrationProfile new_profile) OVERRIDE; 128 ColorCalibrationProfile new_profile);
|
D | native_display_delegate_x11.cc | 601 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/ |
D | personal_data_manager.cc | 743 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()
|
D | personal_data_manager.h | 187 const AutofillProfile& new_profile,
|
/external/chromium_org/chrome/browser/prefs/ |
D | pref_service_browsertest.cc | 54 explicit PreferenceServiceTest(bool new_profile) : new_profile_(new_profile) { in PreferenceServiceTest() argument
|
/external/chromium_org/ui/display/types/ |
D | native_display_delegate.h | 86 ui::ColorCalibrationProfile new_profile) = 0;
|
/external/chromium_org/ui/ozone/common/chromeos/ |
D | native_display_delegate_ozone.h | 41 ui::ColorCalibrationProfile new_profile) OVERRIDE;
|
D | native_display_delegate_ozone.cc | 81 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
|
/external/chromium_org/ui/ozone/platform/dri/chromeos/ |
D | native_display_delegate_dri.h | 58 ui::ColorCalibrationProfile new_profile) OVERRIDE;
|
D | native_display_delegate_proxy.h | 53 ColorCalibrationProfile new_profile) OVERRIDE;
|
D | native_display_delegate_proxy.cc | 96 ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
|
D | native_display_delegate_dri.cc | 282 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument
|
/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_view_delegate.cc | 203 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/ |
D | display_configurator.h | 235 ui::ColorCalibrationProfile new_profile);
|
D | display_configurator.cc | 431 ui::ColorCalibrationProfile new_profile) { in SetColorCalibrationProfile() argument 436 *cached_displays_[i].display, new_profile); in SetColorCalibrationProfile()
|
D | display_configurator_unittest.cc | 210 ui::ColorCalibrationProfile new_profile) OVERRIDE { in SetColorCalibrationProfile() argument
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_controller_unittest.cc | 1122 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()
|