Searched defs:new_profile (Results 1 - 11 of 11) sorted by relevance

/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/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
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcreate_profile_handler.cc194 Profile* new_profile) {
196 new_profile->GetPath().value());
199 SupervisedUserServiceFactory::GetForProfile(new_profile);
212 new_profile));
311 Profile* new_profile = manager->GetProfileByPath(profile_path_being_created_); local
312 if (!new_profile)
318 if (!new_profile->IsSupervised())
337 helper::DeleteProfileAtPath(new_profile->GetPath(), web_ui());
190 RegisterSupervisedUser( bool create_shortcut, chrome::HostDesktopType desktop_type, const std::string& supervised_user_id, Profile* new_profile) argument
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_dri.cc282 ui::ColorCalibrationProfile new_profile) {
280 SetColorCalibrationProfile( const ui::DisplaySnapshot& output, ui::ColorCalibrationProfile new_profile) argument
H A Dnative_display_delegate_proxy.cc96 ColorCalibrationProfile new_profile) {
94 SetColorCalibrationProfile( const DisplaySnapshot& output, ColorCalibrationProfile new_profile) argument
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_sync_starter.cc283 Profile* new_profile,
285 DCHECK_NE(profile_, new_profile);
303 SigninManagerFactory::GetForProfile(new_profile);
314 Initialize(new_profile, NULL);
315 DCHECK_EQ(profile_, new_profile);
329 new_profile,
281 CompleteInitForNewProfile( chrome::HostDesktopType desktop_type, Profile* new_profile, Profile::CreateStatus status) argument
/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/app_list/
H A Dapp_list_view_delegate.cc203 void AppListViewDelegate::SetProfile(Profile* new_profile) { argument
204 if (profile_ == new_profile)
222 profile_ = new_profile;
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.cc431 ui::ColorCalibrationProfile new_profile) {
436 *cached_displays_[i].display, new_profile);
429 SetColorCalibrationProfile( int64_t display_id, ui::ColorCalibrationProfile new_profile) argument
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc601 ColorCalibrationProfile new_profile) {
605 XRRCrtcGamma* gamma_ramp = CreateGammaRampForProfile(x11_output, new_profile);
620 ColorCalibrationProfile new_profile) {
599 SetColorCalibrationProfile( const DisplaySnapshot& output, ColorCalibrationProfile new_profile) argument
618 CreateGammaRampForProfile( const DisplaySnapshotX11& x11_output, ColorCalibrationProfile new_profile) argument
/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager.cc743 const AutofillProfile& new_profile,
751 std::string guid = new_profile.guid();
760 !new_profile.PrimaryValue().empty() &&
762 base::StringToLowerASCII(new_profile.PrimaryValue())) {
769 if (!existing_profile->IsVerified() || new_profile.IsVerified())
770 existing_profile->OverwriteWithOrAddTo(new_profile, app_locale);
777 merged_profiles->push_back(new_profile);
742 MergeProfile( const AutofillProfile& new_profile, const std::vector<AutofillProfile*>& existing_profiles, const std::string& app_locale, std::vector<AutofillProfile>* merged_profiles) argument

Completed in 4265 milliseconds