Searched refs:new_profile (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc191 Profile* new_profile) {
193 new_profile->GetPath().value());
196 SupervisedUserServiceFactory::GetForProfile(new_profile);
209 new_profile));
306 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); local
307 if (!new_profile)
313 if (!new_profile->IsSupervised())
332 helper::DeleteProfileAtPath(new_profile->GetPath(), web_ui());
187 RegisterSupervisedUser( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& supervised_user_id, Profile* new_profile) argument
H A Dcreate_profile_handler.h98 Profile* new_profile);
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.h93 ColorCalibrationProfile new_profile) OVERRIDE;
125 // Creates the gamma ramp for |new_profile|, or NULL if it doesn't exist.
129 ColorCalibrationProfile new_profile);
H A Dnative_display_delegate_x11.cc653 ColorCalibrationProfile new_profile) {
657 XRRCrtcGamma* gamma_ramp = CreateGammaRampForProfile(x11_output, new_profile);
672 ColorCalibrationProfile new_profile) {
651 SetColorCalibrationProfile( const DisplaySnapshot& output, ColorCalibrationProfile new_profile) argument
670 CreateGammaRampForProfile( const DisplaySnapshotX11& x11_output, ColorCalibrationProfile new_profile) argument
/external/chromium_org/ui/display/types/chromeos/
H A Dnative_display_delegate.h83 // Sets the color calibration of |output| to |new_profile|.
86 ui::ColorCalibrationProfile new_profile) = 0;
/external/chromium_org/ui/ozone/common/chromeos/
H A Dnative_display_delegate_ozone.cc81 ui::ColorCalibrationProfile new_profile) {
79 SetColorCalibrationProfile( const ui::DisplaySnapshot& output, ui::ColorCalibrationProfile new_profile) argument
H A Dnative_display_delegate_ozone.h41 ui::ColorCalibrationProfile new_profile) OVERRIDE;
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service.cc507 AutofillProfile* new_profile = new AutofillProfile( local
509 OverwriteProfileWithServerData(autofill_specifics, new_profile, app_locale_);
518 if (local_profile->Compare(*new_profile) == 0) {
521 if (local_profile->IsVerified() && !new_profile->IsVerified()) {
522 new_profile->set_origin(local_profile->origin());
523 bundle->profiles_to_sync_back.push_back(new_profile);
531 << "New guid " << new_profile->guid()
536 !new_profile->IsVerified() &&
538 local_profile->PrimaryValue() == new_profile->PrimaryValue()) {
542 std::make_pair(local_profile->guid(), new_profile));
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc245 Profile* new_profile,
247 DCHECK_NE(profile_, new_profile);
265 SigninManagerFactory::GetForProfile(new_profile);
276 Initialize(new_profile, NULL);
277 DCHECK_EQ(profile_, new_profile);
291 new_profile,
243 CompleteInitForNewProfile( chrome::HostDesktopType desktop_type, Profile* new_profile, Profile::CreateStatus status) argument
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_dri.h52 ui::ColorCalibrationProfile new_profile) OVERRIDE;
H A Dnative_display_delegate_dri.cc146 ui::ColorCalibrationProfile new_profile) {
144 SetColorCalibrationProfile( const ui::DisplaySnapshot& output, ui::ColorCalibrationProfile new_profile) argument
/external/chromium_org/chrome/browser/prefs/
H A Dpref_service_browsertest.cc54 explicit PreferenceServiceTest(bool new_profile) : new_profile_(new_profile) { argument
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc731 const AutofillProfile& new_profile,
739 std::string guid = new_profile.guid();
748 !new_profile.PrimaryValue().empty() &&
750 StringToLowerASCII(new_profile.PrimaryValue())) {
757 if (!existing_profile->IsVerified() || new_profile.IsVerified())
758 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale);
765 merged_profiles->push_back(new_profile);
730 MergeProfile( const AutofillProfile& new_profile, const std::vector<AutofillProfile*>& existing_profiles, const std::string& app_locale, std::vector<AutofillProfile>* merged_profiles) argument
H A Dpersonal_data_manager.h182 // Merges |new_profile| into one of the |existing_profiles| if possible;
183 // otherwise appends |new_profile| to the end of that list. Fills
187 const AutofillProfile& new_profile,
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.h251 // Updates the color calibration to |new_profile|.
253 ui::ColorCalibrationProfile new_profile);
H A Ddisplay_configurator.cc417 ui::ColorCalibrationProfile new_profile) {
422 *cached_displays_[i].display, new_profile);
415 SetColorCalibrationProfile( int64_t display_id, ui::ColorCalibrationProfile new_profile) argument
H A Ddisplay_configurator_unittest.cc240 ui::ColorCalibrationProfile new_profile) OVERRIDE {
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc711 TestingProfileWithDomainReliabilityMonitor* new_profile = local
713 DomainReliabilityMonitor* monitor = new_profile->monitor();
714 profile_.reset(new_profile);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1115 AutofillProfile new_profile(test::GetVerifiedProfile2());
1117 FillInputs(SECTION_SHIPPING, new_profile);
1122 // Update the |new_profile| and |new_credit_card|'s guids to the saved ones.
1123 new_profile.set_guid(
1132 controller()->GetTestingManager()->AddTestingProfile(&new_profile);

Completed in 756 milliseconds