Searched defs:added_profile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc912 AutofillProfile* added_profile = NULL; local
913 EXPECT_FALSE(table_->GetAutofillProfile(profile.guid(), &added_profile));
914 EXPECT_EQ(static_cast<AutofillProfile*>(NULL), added_profile); local
922 &added_profile));
923 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
924 delete added_profile;
934 ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile); local
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Devent_router.cc272 void GrantAccessForAddedProfileToRunningInstance(Profile* added_profile, argument
285 file_manager::util::SetupProfileFileAccessPermissions(id, added_profile);
964 Profile* const added_profile = content::Source<Profile>(source).ptr(); local
965 if (!added_profile->IsOffTheRecord())
966 GrantAccessForAddedProfileToRunningInstance(added_profile, profile_);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc1234 AutofillProfile added_profile; local
1235 autofill::test::SetProfileInfoWithGuid(&added_profile,
1241 AutofillProfileChange::ADD, added_profile.guid(), &added_profile);
1248 EXPECT_EQ(0, added_profile.Compare(new_sync_profiles[0]));
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc2009 const AutofillProfile& added_profile = local
2017 added_profile.GetInfo(AutofillType(type), "en-US"));

Completed in 3401 milliseconds