AutofillProfile    45 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java         public static AutofillProfile create(String guid, String origin, String fullName,
AutofillProfile    48 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java             return new AutofillProfile(guid, origin, fullName, companyName, addressLine1,
AutofillProfile   323 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     public List<AutofillProfile> getProfiles() {
AutofillProfile   326 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java         List<AutofillProfile> profiles = new ArrayList<AutofillProfile>(profileCount);
AutofillProfile   333 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     public AutofillProfile getProfile(String guid) {
AutofillProfile   343 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     public String setProfile(AutofillProfile profile) {
AutofillProfile   397 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     private native AutofillProfile nativeGetProfileByIndex(long nativePersonalDataManagerAndroid,
AutofillProfile   399 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java     private native AutofillProfile nativeGetProfileByGUID(long nativePersonalDataManagerAndroid,
AutofillProfile   402 chrome/android/java/src/org/chromium/chrome/browser/autofill/PersonalDataManager.java             AutofillProfile profile);
AutofillProfile    15 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
AutofillProfile   144 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillPopupTest.java         AutofillProfile profile = new AutofillProfile(
AutofillProfile     8 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
AutofillProfile    26 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java     AutofillProfile getProfile(final String guid) throws ExecutionException {
AutofillProfile    27 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java         return ThreadUtils.runOnUiThreadBlocking(new Callable<AutofillProfile>() {
AutofillProfile    29 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java             public AutofillProfile call() {
AutofillProfile    44 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTestHelper.java     String setProfile(final AutofillProfile profile) throws InterruptedException,
AutofillProfile    10 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java import org.chromium.chrome.browser.autofill.PersonalDataManager.AutofillProfile;
AutofillProfile    36 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile = new AutofillProfile(
AutofillProfile    43 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile2 = new AutofillProfile(
AutofillProfile    55 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile storedProfile = mHelper.getProfile(profileOneGUID);
AutofillProfile    66 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile = new AutofillProfile(
AutofillProfile   126 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile1 = new AutofillProfile(
AutofillProfile   132 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile profile2 = new AutofillProfile(
AutofillProfile   140 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile storedProfile1 = mHelper.getProfile(profileGuid1);
AutofillProfile   143 chrome/android/javatests/src/org/chromium/chrome/browser/autofill/PersonalDataManagerTest.java         AutofillProfile storedProfile2 = mHelper.getProfile(profileGuid2);
AutofillProfile    37 chrome/browser/autofill/android/personal_data_manager_android.cc     const AutofillProfile& profile) {
AutofillProfile    72 chrome/browser/autofill/android/personal_data_manager_android.cc     AutofillProfile* profile) {
AutofillProfile   180 chrome/browser/autofill/android/personal_data_manager_android.cc   const std::vector<AutofillProfile*>& profiles =
AutofillProfile   191 chrome/browser/autofill/android/personal_data_manager_android.cc   AutofillProfile* profile = personal_data_manager_->GetProfileByGUID(
AutofillProfile   207 chrome/browser/autofill/android/personal_data_manager_android.cc   AutofillProfile profile;
AutofillProfile   147 chrome/browser/autofill/autofill_browsertest.cc   void SetProfiles(std::vector<AutofillProfile>* profiles) {
AutofillProfile   153 chrome/browser/autofill/autofill_browsertest.cc   void SetProfile(const AutofillProfile& profile) {
AutofillProfile   154 chrome/browser/autofill/autofill_browsertest.cc     std::vector<AutofillProfile> profiles;
AutofillProfile   288 chrome/browser/autofill/autofill_browsertest.cc   std::vector<AutofillProfile> profiles;
AutofillProfile   289 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile1;
AutofillProfile   318 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile2;
AutofillProfile   327 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile3;
AutofillProfile   332 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile4;
AutofillProfile   346 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile5;
AutofillProfile   357 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile6;
AutofillProfile   372 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile7;
AutofillProfile   450 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile without_invalid;
AutofillProfile   459 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile with_invalid = without_invalid;
AutofillProfile   465 chrome/browser/autofill/autofill_browsertest.cc   AutofillProfile profile = *personal_data_manager()->GetProfiles()[0];
AutofillProfile   245 chrome/browser/autofill/autofill_interactive_uitest.cc     AutofillProfile profile;
AutofillProfile   259 chrome/browser/autofill/autofill_interactive_uitest.cc   void SetProfiles(std::vector<AutofillProfile>* profiles) {
AutofillProfile   265 chrome/browser/autofill/autofill_interactive_uitest.cc   void SetProfile(const AutofillProfile& profile) {
AutofillProfile   266 chrome/browser/autofill/autofill_interactive_uitest.cc     std::vector<AutofillProfile> profiles;
AutofillProfile  1014 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
AutofillProfile  1053 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
AutofillProfile  1129 chrome/browser/autofill/autofill_interactive_uitest.cc   AutofillProfile profile;
AutofillProfile  1173 chrome/browser/autofill/autofill_interactive_uitest.cc   std::vector<AutofillProfile> profiles;
AutofillProfile  1175 chrome/browser/autofill/autofill_interactive_uitest.cc     AutofillProfile profile;
AutofillProfile   468 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     const std::vector<autofill::AutofillProfile*>& profiles =
AutofillProfile   470 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     for (std::vector<autofill::AutofillProfile*>::const_iterator it =
AutofillProfile   492 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     std::vector<autofill::AutofillProfile> profiles;
AutofillProfile   493 chrome/browser/browsing_data/browsing_data_remover_unittest.cc     autofill::AutofillProfile profile;
AutofillProfile    76 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillProfile;
AutofillProfile   141 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                bool(std::vector<AutofillProfile*>*));  // NOLINT
AutofillProfile   143 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                bool(const AutofillProfile&));  // NOLINT
AutofillProfile   145 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                bool(const AutofillProfile&));  // NOLINT
AutofillProfile   189 chrome/browser/sync/profile_sync_service_autofill_unittest.cc template<class AutofillProfile>
AutofillProfile   200 chrome/browser/sync/profile_sync_service_autofill_unittest.cc syncer::ModelType GetModelType<AutofillProfile>() {
AutofillProfile   633 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   bool AddAutofillSyncNode(const AutofillProfile& profile) {
AutofillProfile   657 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                                     std::vector<AutofillProfile>* profiles) {
AutofillProfile   686 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         AutofillProfile p;
AutofillProfile   698 chrome/browser/sync/profile_sync_service_autofill_unittest.cc       std::vector<AutofillProfile>* profiles) {
AutofillProfile   714 chrome/browser/sync/profile_sync_service_autofill_unittest.cc         AutofillProfile p;
AutofillProfile   754 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   friend class AddAutofillHelper<AutofillProfile>;
AutofillProfile   922 chrome/browser/sync/profile_sync_service_autofill_unittest.cc bool IncludesField(const AutofillProfile& profile1,
AutofillProfile   923 chrome/browser/sync/profile_sync_service_autofill_unittest.cc                    const AutofillProfile& profile2,
AutofillProfile   959 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile   976 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile   984 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile*> profiles;
AutofillProfile   985 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> expected_profiles;
AutofillProfile   987 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile* profile0 = new AutofillProfile;
AutofillProfile  1002 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1023 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1055 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1085 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1093 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile sync_profile;
AutofillProfile  1100 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile* native_profile = new AutofillProfile;
AutofillProfile  1106 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile*> native_profiles;
AutofillProfile  1111 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1113 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AddAutofillHelper<AutofillProfile> add_autofill(this, sync_profiles);
AutofillProfile  1122 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1130 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile sync_profile;
AutofillProfile  1137 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile* native_profile = new AutofillProfile;
AutofillProfile  1144 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile expected_profile(sync_profile);
AutofillProfile  1147 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile*> native_profiles;
AutofillProfile  1157 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1159 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AddAutofillHelper<AutofillProfile> add_autofill(this, sync_profiles);
AutofillProfile  1165 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1182 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile sync_profile;
AutofillProfile  1191 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile* native_profile = new AutofillProfile;
AutofillProfile  1198 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile*> native_profiles;
AutofillProfile  1203 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1205 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AddAutofillHelper<AutofillProfile> add_autofill(this, sync_profiles);
AutofillProfile  1215 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1244 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1259 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile added_profile;
AutofillProfile  1269 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1301 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1327 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1334 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile sync_profile;
AutofillProfile  1339 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AutofillProfile* native_profile = new AutofillProfile;
AutofillProfile  1345 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile*> native_profiles;
AutofillProfile  1350 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile  1352 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   AddAutofillHelper<AutofillProfile> add_autofill(this, sync_profiles);
AutofillProfile  1361 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> new_sync_profiles;
AutofillProfile  1406 chrome/browser/sync/profile_sync_service_autofill_unittest.cc   std::vector<AutofillProfile> sync_profiles;
AutofillProfile    29 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillProfile;
AutofillProfile   132 chrome/browser/sync/test/integration/autofill_helper.cc AutofillProfile CreateAutofillProfile(ProfileType type) {
AutofillProfile   133 chrome/browser/sync/test/integration/autofill_helper.cc   AutofillProfile profile;
AutofillProfile   239 chrome/browser/sync/test/integration/autofill_helper.cc void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles) {
AutofillProfile   261 chrome/browser/sync/test/integration/autofill_helper.cc void AddProfile(int profile, const AutofillProfile& autofill_profile) {
AutofillProfile   262 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
AutofillProfile   263 chrome/browser/sync/test/integration/autofill_helper.cc   std::vector<AutofillProfile> autofill_profiles;
AutofillProfile   271 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
AutofillProfile   272 chrome/browser/sync/test/integration/autofill_helper.cc   std::vector<AutofillProfile> autofill_profiles;
AutofillProfile   284 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& all_profiles = GetAllProfiles(profile);
AutofillProfile   285 chrome/browser/sync/test/integration/autofill_helper.cc   std::vector<AutofillProfile> profiles;
AutofillProfile   294 chrome/browser/sync/test/integration/autofill_helper.cc const std::vector<AutofillProfile*>& GetAllProfiles(
AutofillProfile   316 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& autofill_profiles_a =
AutofillProfile   318 chrome/browser/sync/test/integration/autofill_helper.cc   std::map<std::string, AutofillProfile> autofill_profiles_a_map;
AutofillProfile   320 chrome/browser/sync/test/integration/autofill_helper.cc     const AutofillProfile* p = autofill_profiles_a[i];
AutofillProfile   324 chrome/browser/sync/test/integration/autofill_helper.cc   const std::vector<AutofillProfile*>& autofill_profiles_b =
AutofillProfile   327 chrome/browser/sync/test/integration/autofill_helper.cc     const AutofillProfile* p = autofill_profiles_b[i];
AutofillProfile   333 chrome/browser/sync/test/integration/autofill_helper.cc     AutofillProfile* expected_profile = &autofill_profiles_a_map[p->guid()];
AutofillProfile    20 chrome/browser/sync/test/integration/autofill_helper.h class AutofillProfile;
AutofillProfile    65 chrome/browser/sync/test/integration/autofill_helper.h                  std::vector<autofill::AutofillProfile>* autofill_profiles);
AutofillProfile    73 chrome/browser/sync/test/integration/autofill_helper.h void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
AutofillProfile    88 chrome/browser/sync/test/integration/autofill_helper.h const std::vector<autofill::AutofillProfile*>& GetAllProfiles(
AutofillProfile   107 chrome/browser/sync/test/integration/autofill_helper.h autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
AutofillProfile    18 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc using autofill::AutofillProfile;
AutofillProfile    58 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   const AutofillProfile NextAutofillProfile();
AutofillProfile    88 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   const std::vector<AutofillProfile*>& all_profiles =
AutofillProfile    90 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   std::vector<AutofillProfile> autofill_profiles;
AutofillProfile   101 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   const std::vector<AutofillProfile*>& all_profiles =
AutofillProfile   103 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   std::vector<AutofillProfile> autofill_profiles;
AutofillProfile   113 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   std::vector<AutofillProfile> empty;
AutofillProfile   125 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc const AutofillProfile AutofillSyncPerfTest::NextAutofillProfile() {
AutofillProfile   126 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc   AutofillProfile profile;
AutofillProfile    19 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillProfile;
AutofillProfile   223 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER);
AutofillProfile   224 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc   AutofillProfile profile1 = CreateAutofillProfile(PROFILE_HOMER);
AutofillProfile    13 chrome/browser/ui/autofill/autofill_dialog_common.h class AutofillProfile;
AutofillProfile   519 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc                                    const AutofillProfile& autofill_profile) {
AutofillProfile   587 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile   608 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile   654 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile   721 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile   777 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile  1528 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  1596 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  1627 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile  1654 chrome/browser/ui/autofill/autofill_dialog_controller_browsertest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile   223 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                                AutofillProfile* profile) {
AutofillProfile   526 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc base::string16 GetInfoFromProfile(const AutofillProfile& profile,
AutofillProfile   534 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc                        AutofillProfile* profile) {
AutofillProfile  1647 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
AutofillProfile  1849 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     AutofillProfile profile;
AutofillProfile  2638 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     scoped_ptr<AutofillProfile> billing_profile) {
AutofillProfile  2934 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       const std::vector<AutofillProfile*>& profiles = manager->GetProfiles();
AutofillProfile  2936 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile::CreateDifferentiatingLabels(profiles, &labels);
AutofillProfile  2939 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc         const AutofillProfile& profile = *profiles[i];
AutofillProfile  3112 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile profile;
AutofillProfile  3188 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const AutofillProfile& profile) {
AutofillProfile  3256 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
AutofillProfile  3453 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     const AutofillProfile& profile) {
AutofillProfile  3585 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
AutofillProfile  3600 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc   AutofillProfile profile;
AutofillProfile  3915 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc     scoped_ptr<AutofillProfile> billing_profile;
AutofillProfile  3920 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       billing_profile.reset(new AutofillProfile);
AutofillProfile  3926 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       AutofillProfile* profile = GetManager()->GetProfileByGUID(item_key);
AutofillProfile  3927 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc       billing_profile.reset(new AutofillProfile(*profile));
AutofillProfile   302 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h       scoped_ptr<AutofillProfile> billing_profile);
AutofillProfile   439 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h                             const AutofillProfile& profile);
AutofillProfile   524 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h   bool HasInvalidAddress(const AutofillProfile& profile);
AutofillProfile   364 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc       scoped_ptr<AutofillProfile> billing_profile) OVERRIDE {
AutofillProfile   495 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile   718 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc     AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile   930 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile empty_profile(base::GenerateGUID(), kSettingsOrigin);
AutofillProfile   938 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile   947 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile   966 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  1001 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  1027 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1028 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile2(test::GetVerifiedProfile2());
AutofillProfile  1067 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1078 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile new_profile(test::GetVerifiedProfile2());
AutofillProfile  1114 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1131 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1146 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1158 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1168 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1176 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1188 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile  1232 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1233 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile2(test::GetVerifiedProfile2());
AutofillProfile  1278 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1281 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile2(test::GetVerifiedProfile2());
AutofillProfile  1302 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1324 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile shipping_profile(test::GetVerifiedProfile());
AutofillProfile  1326 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile billing_profile(test::GetVerifiedProfile2());
AutofillProfile  1376 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile shipping_profile(test::GetVerifiedProfile());
AutofillProfile  1378 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile billing_profile(test::GetVerifiedProfile2());
AutofillProfile  1687 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile test_profile(test::GetVerifiedProfile());
AutofillProfile  1800 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1842 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1877 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  1890 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile2(test::GetVerifiedProfile2());
AutofillProfile  1898 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   const AutofillProfile& added_profile =
AutofillProfile  2234 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  2262 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  2387 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetVerifiedProfile());
AutofillProfile  2811 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile test_profile(test::GetVerifiedProfile());
AutofillProfile  2829 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile test_profile(test::GetVerifiedProfile());
AutofillProfile  2926 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile us_profile(base::GenerateGUID(), kSettingsOrigin),
AutofillProfile  3122 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  3227 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile verified_profile(test::GetVerifiedProfile());
AutofillProfile  3241 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile full_profile(test::GetFullProfile());
AutofillProfile  3253 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   const AutofillProfile& imported_profile =
AutofillProfile  3303 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile us_profile(test::GetVerifiedProfile());
AutofillProfile  3313 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile au_profile(test::GetVerifiedProfile2());
AutofillProfile  3359 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile cn_profile(test::GetVerifiedProfile());
AutofillProfile  3373 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile us_profile(test::GetVerifiedProfile());
AutofillProfile  3396 chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile   102 chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc bool AddressHasCompleteAndVerifiedData(const AutofillProfile& profile) {
AutofillProfile    25 chrome/browser/ui/autofill/autofill_dialog_i18n_input.h class AutofillProfile;
AutofillProfile    43 chrome/browser/ui/autofill/autofill_dialog_i18n_input.h bool AddressHasCompleteAndVerifiedData(const AutofillProfile& profile);
AutofillProfile   100 chrome/browser/ui/autofill/data_model_wrapper.cc AutofillProfileWrapper::AutofillProfileWrapper(const AutofillProfile* profile)
AutofillProfile   106 chrome/browser/ui/autofill/data_model_wrapper.cc     const AutofillProfile* profile,
AutofillProfile   163 chrome/browser/ui/autofill/data_model_wrapper.cc     const AutofillProfile* profile)
AutofillProfile    30 chrome/browser/ui/autofill/data_model_wrapper.h class AutofillProfile;
AutofillProfile    91 chrome/browser/ui/autofill/data_model_wrapper.h   explicit AutofillProfileWrapper(const AutofillProfile* profile);
AutofillProfile    92 chrome/browser/ui/autofill/data_model_wrapper.h   AutofillProfileWrapper(const AutofillProfile* profile,
AutofillProfile   107 chrome/browser/ui/autofill/data_model_wrapper.h   const AutofillProfile* profile_;
AutofillProfile   120 chrome/browser/ui/autofill/data_model_wrapper.h   explicit AutofillShippingAddressWrapper(const AutofillProfile* profile);
AutofillProfile    97 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfile profile = test::GetFullProfile();
AutofillProfile   116 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfile foreign_profile(
AutofillProfile   179 chrome/browser/ui/autofill/data_model_wrapper_unittest.cc   AutofillProfile profile(test::GetVerifiedProfile());
AutofillProfile    20 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.cc     scoped_ptr<AutofillProfile> billing_profile) {
AutofillProfile    13 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h class AutofillProfile;
AutofillProfile    23 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h             scoped_ptr<AutofillProfile> billing_profile);
AutofillProfile    27 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h   const AutofillProfile* billing_profile() const {
AutofillProfile    35 chrome/browser/ui/autofill/mock_new_credit_card_bubble_controller.h   scoped_ptr<AutofillProfile> billing_profile_;
AutofillProfile    41 chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc     scoped_ptr<AutofillProfile> billing_profile) {
AutofillProfile    91 chrome/browser/ui/autofill/new_credit_card_bubble_controller.cc     scoped_ptr<AutofillProfile> billing_profile) {
AutofillProfile    24 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h class AutofillProfile;
AutofillProfile    67 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h                    scoped_ptr<AutofillProfile> billing_profile);
AutofillProfile   103 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h                             scoped_ptr<AutofillProfile> billing_profile);
AutofillProfile   120 chrome/browser/ui/autofill/new_credit_card_bubble_controller.h   scoped_ptr<AutofillProfile> billing_profile_;
AutofillProfile    35 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc using autofill::AutofillProfile;
AutofillProfile   269 chrome/browser/ui/webui/bidi_checker_web_ui_test.cc   AutofillProfile autofill_profile;
AutofillProfile    36 chrome/browser/ui/webui/options/autofill_options_handler.cc using autofill::AutofillProfile;
AutofillProfile    80 chrome/browser/ui/webui/options/autofill_options_handler.cc void GetValueList(const AutofillProfile& profile,
AutofillProfile   100 chrome/browser/ui/webui/options/autofill_options_handler.cc                   AutofillProfile* profile) {
AutofillProfile   111 chrome/browser/ui/webui/options/autofill_options_handler.cc void GetNameList(const AutofillProfile& profile,
AutofillProfile   140 chrome/browser/ui/webui/options/autofill_options_handler.cc void SetNameList(const base::ListValue* names, AutofillProfile* profile) {
AutofillProfile   384 chrome/browser/ui/webui/options/autofill_options_handler.cc   const std::vector<AutofillProfile*>& profiles =
AutofillProfile   387 chrome/browser/ui/webui/options/autofill_options_handler.cc   AutofillProfile::CreateDifferentiatingLabels(profiles, &labels);
AutofillProfile   441 chrome/browser/ui/webui/options/autofill_options_handler.cc   AutofillProfile* profile = personal_data_->GetProfileByGUID(guid);
AutofillProfile   523 chrome/browser/ui/webui/options/autofill_options_handler.cc   AutofillProfile profile(guid, kSettingsOrigin);
AutofillProfile    61 components/autofill/content/browser/wallet/instrument.cc                        const AutofillProfile& profile)
AutofillProfile    19 components/autofill/content/browser/wallet/instrument.h class AutofillProfile;
AutofillProfile    43 components/autofill/content/browser/wallet/instrument.h              const AutofillProfile& profile);
AutofillProfile   114 components/autofill/content/browser/wallet/wallet_address.cc Address::Address(const AutofillProfile& profile)
AutofillProfile    21 components/autofill/content/browser/wallet/wallet_address.h class AutofillProfile;
AutofillProfile    44 components/autofill/content/browser/wallet/wallet_address.h   explicit Address(const AutofillProfile& profile);
AutofillProfile    22 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* GetAndLoadProfile() {
AutofillProfile    34 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   scoped_ptr<AutofillProfile> profile_;
AutofillProfile    46 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    54 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    67 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    77 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    88 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    98 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile   124 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile   138 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile   144 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile   150 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile   155 components/autofill/core/browser/android/auxiliary_profile_unittest_android.cc   AutofillProfile* profile = GetAndLoadProfile();
AutofillProfile    64 components/autofill/core/browser/android/auxiliary_profiles_android.cc scoped_ptr<AutofillProfile> AuxiliaryProfilesAndroid::LoadContactsProfile() {
AutofillProfile    65 components/autofill/core/browser/android/auxiliary_profiles_android.cc   scoped_ptr<AutofillProfile> profile(
AutofillProfile    66 components/autofill/core/browser/android/auxiliary_profiles_android.cc       new AutofillProfile(kAndroidMeContactA, kAndroidContactsOrigin));
AutofillProfile    81 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadAddress(AutofillProfile* profile) {
AutofillProfile   100 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadName(AutofillProfile* profile) {
AutofillProfile   110 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadEmailAddress(AutofillProfile* profile) {
AutofillProfile   116 components/autofill/core/browser/android/auxiliary_profiles_android.cc void AuxiliaryProfilesAndroid::LoadPhoneNumbers(AutofillProfile* profile) {
AutofillProfile    17 components/autofill/core/browser/android/auxiliary_profiles_android.h class AutofillProfile;
AutofillProfile    34 components/autofill/core/browser/android/auxiliary_profiles_android.h   scoped_ptr<AutofillProfile> LoadContactsProfile();
AutofillProfile    38 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadAddress(AutofillProfile* profile);
AutofillProfile    40 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadName(AutofillProfile* profile);
AutofillProfile    42 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadEmailAddress(AutofillProfile* profile);
AutofillProfile    44 components/autofill/core/browser/android/auxiliary_profiles_android.h   void LoadPhoneNumbers(AutofillProfile* profile);
AutofillProfile    36 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc                                std::vector<AutofillProfile>* profiles,
AutofillProfile   182 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc                          AutofillProfile* profile) {
AutofillProfile   220 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     for (std::vector<AutofillProfile>::const_iterator iter = profiles_.begin();
AutofillProfile   237 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   std::vector<AutofillProfile> profiles_;
AutofillProfile   247 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc                                std::vector<AutofillProfile>* profiles,
AutofillProfile   266 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     AutofillProfile profile;
AutofillProfile    22 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc                                std::vector<AutofillProfile>* profiles,
AutofillProfile   162 components/autofill/core/browser/autofill_ie_toolbar_import_win_unittest.cc   std::vector<AutofillProfile> profiles;
AutofillProfile   131 components/autofill/core/browser/autofill_manager.cc     const std::vector<AutofillProfile>& profiles,
AutofillProfile   147 components/autofill/core/browser/autofill_manager.cc       for (std::vector<AutofillProfile>::const_iterator it = profiles.begin();
AutofillProfile   273 components/autofill/core/browser/autofill_manager.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile   279 components/autofill/core/browser/autofill_manager.cc     std::vector<AutofillProfile> copied_profiles;
AutofillProfile   281 components/autofill/core/browser/autofill_manager.cc     for (std::vector<AutofillProfile*>::const_iterator it = profiles.begin();
AutofillProfile  1034 components/autofill/core/browser/autofill_manager.cc       base::Callback<bool(const AutofillProfile&)>(),
AutofillProfile    56 components/autofill/core/browser/autofill_manager.h class AutofillProfile;
AutofillProfile    67 components/autofill/core/browser/autofill_manager_unittest.cc   MOCK_METHOD1(SaveImportedProfile, std::string(const AutofillProfile&));
AutofillProfile    69 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* GetProfileWithGUID(const char* guid) {
AutofillProfile    70 components/autofill/core/browser/autofill_manager_unittest.cc     for (std::vector<AutofillProfile *>::iterator it = web_profiles_.begin();
AutofillProfile    87 components/autofill/core/browser/autofill_manager_unittest.cc   void AddProfile(AutofillProfile* profile) {
AutofillProfile   103 components/autofill/core/browser/autofill_manager_unittest.cc     AutofillProfile* profile = GetProfileWithGUID(guid.c_str());
AutofillProfile   138 components/autofill/core/browser/autofill_manager_unittest.cc   void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) {
AutofillProfile   139 components/autofill/core/browser/autofill_manager_unittest.cc     AutofillProfile* profile = new AutofillProfile;
AutofillProfile   147 components/autofill/core/browser/autofill_manager_unittest.cc     profile = new AutofillProfile;
AutofillProfile   154 components/autofill/core/browser/autofill_manager_unittest.cc     profile = new AutofillProfile;
AutofillProfile   457 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* GetProfileWithGUID(const char* guid) {
AutofillProfile   465 components/autofill/core/browser/autofill_manager_unittest.cc   void AddProfile(AutofillProfile* profile) {
AutofillProfile   818 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* duplicate_profile =
AutofillProfile   819 components/autofill/core/browser/autofill_manager_unittest.cc       new AutofillProfile(
AutofillProfile  1362 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile  1397 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile  1467 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile  1509 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile  2057 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = autofill_manager_->GetProfileWithGUID(
AutofillProfile  2141 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* work_profile = autofill_manager_->GetProfileWithGUID(
AutofillProfile  2800 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile  2832 components/autofill/core/browser/autofill_manager_unittest.cc   AutofillProfile* profile = new AutofillProfile;
AutofillProfile    60 components/autofill/core/browser/autofill_merge_unittest.cc std::string SerializeProfiles(const std::vector<AutofillProfile*>& profiles) {
AutofillProfile    91 components/autofill/core/browser/autofill_merge_unittest.cc       const AutofillProfile& profile) OVERRIDE;
AutofillProfile    92 components/autofill/core/browser/autofill_merge_unittest.cc   virtual const std::vector<AutofillProfile*>& web_profiles() const OVERRIDE;
AutofillProfile    95 components/autofill/core/browser/autofill_merge_unittest.cc   ScopedVector<AutofillProfile> profiles_;
AutofillProfile   112 components/autofill/core/browser/autofill_merge_unittest.cc     const AutofillProfile& profile) {
AutofillProfile   113 components/autofill/core/browser/autofill_merge_unittest.cc   std::vector<AutofillProfile> profiles;
AutofillProfile   117 components/autofill/core/browser/autofill_merge_unittest.cc     profiles_.push_back(new AutofillProfile(profile));
AutofillProfile   121 components/autofill/core/browser/autofill_merge_unittest.cc const std::vector<AutofillProfile*>& PersonalDataManagerMock::web_profiles()
AutofillProfile    92 components/autofill/core/browser/autofill_metrics_unittest.cc     std::vector<AutofillProfile*> profiles;
AutofillProfile    94 components/autofill/core/browser/autofill_metrics_unittest.cc     WDResult<std::vector<AutofillProfile*> > result(AUTOFILL_PROFILES_RESULT,
AutofillProfile   119 components/autofill/core/browser/autofill_metrics_unittest.cc   void CreateTestAutofillProfiles(ScopedVector<AutofillProfile>* profiles) {
AutofillProfile   120 components/autofill/core/browser/autofill_metrics_unittest.cc     AutofillProfile* profile = new AutofillProfile;
AutofillProfile   128 components/autofill/core/browser/autofill_metrics_unittest.cc     profile = new AutofillProfile;
AutofillProfile   113 components/autofill/core/browser/autofill_profile.cc const base::string16 MultiString(const AutofillProfile& p,
AutofillProfile   226 components/autofill/core/browser/autofill_profile.cc AutofillProfile::AutofillProfile(const std::string& guid,
AutofillProfile   234 components/autofill/core/browser/autofill_profile.cc AutofillProfile::AutofillProfile()
AutofillProfile   241 components/autofill/core/browser/autofill_profile.cc AutofillProfile::AutofillProfile(const AutofillProfile& profile)
AutofillProfile   246 components/autofill/core/browser/autofill_profile.cc AutofillProfile::~AutofillProfile() {
AutofillProfile   249 components/autofill/core/browser/autofill_profile.cc AutofillProfile& AutofillProfile::operator=(const AutofillProfile& profile) {
AutofillProfile   269 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::GetMatchingTypes(
AutofillProfile   278 components/autofill/core/browser/autofill_profile.cc base::string16 AutofillProfile::GetRawInfo(ServerFieldType type) const {
AutofillProfile   286 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::SetRawInfo(ServerFieldType type,
AutofillProfile   293 components/autofill/core/browser/autofill_profile.cc base::string16 AutofillProfile::GetInfo(const AutofillType& type,
AutofillProfile   302 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::SetInfo(const AutofillType& type,
AutofillProfile   314 components/autofill/core/browser/autofill_profile.cc base::string16 AutofillProfile::GetInfoForVariant(
AutofillProfile   330 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::SetRawMultiInfo(
AutofillProfile   361 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::GetRawMultiInfo(
AutofillProfile   367 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::GetMultiInfo(const AutofillType& type,
AutofillProfile   373 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::IsEmpty(const std::string& app_locale) const {
AutofillProfile   379 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::IsPresentButInvalid(ServerFieldType type) const {
AutofillProfile   405 components/autofill/core/browser/autofill_profile.cc int AutofillProfile::Compare(const AutofillProfile& profile) const {
AutofillProfile   450 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::operator==(const AutofillProfile& profile) const {
AutofillProfile   456 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::operator!=(const AutofillProfile& profile) const {
AutofillProfile   460 components/autofill/core/browser/autofill_profile.cc const base::string16 AutofillProfile::PrimaryValue() const {
AutofillProfile   464 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::IsSubsetOf(const AutofillProfile& profile,
AutofillProfile   498 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::OverwriteWithOrAddTo(const AutofillProfile& profile,
AutofillProfile   519 components/autofill/core/browser/autofill_profile.cc     if (AutofillProfile::SupportsMultiValue(*iter)) {
AutofillProfile   558 components/autofill/core/browser/autofill_profile.cc bool AutofillProfile::SupportsMultiValue(ServerFieldType type) {
AutofillProfile   568 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::CreateDifferentiatingLabels(
AutofillProfile   569 components/autofill/core/browser/autofill_profile.cc     const std::vector<AutofillProfile*>& profiles,
AutofillProfile   578 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::CreateInferredLabels(
AutofillProfile   579 components/autofill/core/browser/autofill_profile.cc     const std::vector<AutofillProfile*>& profiles,
AutofillProfile   617 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::GetSupportedTypes(
AutofillProfile   624 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::GetMultiInfoImpl(
AutofillProfile   646 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::AddPhoneIfUnique(
AutofillProfile   662 components/autofill/core/browser/autofill_profile.cc base::string16 AutofillProfile::ConstructInferredLabel(
AutofillProfile   695 components/autofill/core/browser/autofill_profile.cc void AutofillProfile::CreateInferredLabelsHelper(
AutofillProfile   696 components/autofill/core/browser/autofill_profile.cc     const std::vector<AutofillProfile*>& profiles,
AutofillProfile   712 components/autofill/core/browser/autofill_profile.cc       const AutofillProfile* profile = profiles[*it];
AutofillProfile   733 components/autofill/core/browser/autofill_profile.cc     const AutofillProfile* profile = profiles[*it];
AutofillProfile   770 components/autofill/core/browser/autofill_profile.cc AutofillProfile::FormGroupList AutofillProfile::FormGroups() const {
AutofillProfile   780 components/autofill/core/browser/autofill_profile.cc const FormGroup* AutofillProfile::FormGroupForType(
AutofillProfile   782 components/autofill/core/browser/autofill_profile.cc   return const_cast<AutofillProfile*>(this)->MutableFormGroupForType(type);
AutofillProfile   785 components/autofill/core/browser/autofill_profile.cc FormGroup* AutofillProfile::MutableFormGroupForType(const AutofillType& type) {
AutofillProfile   816 components/autofill/core/browser/autofill_profile.cc std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile) {
AutofillProfile    31 components/autofill/core/browser/autofill_profile.h class AutofillProfile : public AutofillDataModel {
AutofillProfile    33 components/autofill/core/browser/autofill_profile.h   AutofillProfile(const std::string& guid, const std::string& origin);
AutofillProfile    36 components/autofill/core/browser/autofill_profile.h   AutofillProfile();
AutofillProfile    37 components/autofill/core/browser/autofill_profile.h   AutofillProfile(const AutofillProfile& profile);
AutofillProfile    38 components/autofill/core/browser/autofill_profile.h   virtual ~AutofillProfile();
AutofillProfile    40 components/autofill/core/browser/autofill_profile.h   AutofillProfile& operator=(const AutofillProfile& profile);
AutofillProfile    85 components/autofill/core/browser/autofill_profile.h   int Compare(const AutofillProfile& profile) const;
AutofillProfile    89 components/autofill/core/browser/autofill_profile.h   bool operator==(const AutofillProfile& profile) const;
AutofillProfile    90 components/autofill/core/browser/autofill_profile.h   virtual bool operator!=(const AutofillProfile& profile) const;
AutofillProfile    99 components/autofill/core/browser/autofill_profile.h   bool IsSubsetOf(const AutofillProfile& profile,
AutofillProfile   104 components/autofill/core/browser/autofill_profile.h   void OverwriteWithOrAddTo(const AutofillProfile& profile,
AutofillProfile   118 components/autofill/core/browser/autofill_profile.h       const std::vector<AutofillProfile*>& profiles,
AutofillProfile   129 components/autofill/core/browser/autofill_profile.h       const std::vector<AutofillProfile*>& profiles,
AutofillProfile   170 components/autofill/core/browser/autofill_profile.h       const std::vector<AutofillProfile*>& profiles,
AutofillProfile   191 components/autofill/core/browser/autofill_profile.h std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);
AutofillProfile    25 components/autofill/core/browser/autofill_profile_unittest.cc base::string16 GetLabel(AutofillProfile* profile) {
AutofillProfile    26 components/autofill/core/browser/autofill_profile_unittest.cc   std::vector<AutofillProfile*> profiles;
AutofillProfile    29 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles, &labels);
AutofillProfile    39 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    46 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile00(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    54 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    62 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile1a(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    70 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile2(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    79 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile3(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    87 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile4(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    95 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile5(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   103 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile6(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   112 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile7(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   121 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile7a(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   125 components/autofill/core/browser/autofill_profile_unittest.cc   std::vector<AutofillProfile*> profiles;
AutofillProfile   129 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles, &labels);
AutofillProfile   140 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   142 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   157 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "http://www.example.com/"));
AutofillProfile   172 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels);
AutofillProfile   178 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "Chrome settings"));
AutofillProfile   193 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels);
AutofillProfile   206 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), std::string()));
AutofillProfile   222 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels);
AutofillProfile   231 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   247 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels);
AutofillProfile   259 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   275 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateDifferentiatingLabels(profiles.get(), &labels);
AutofillProfile   290 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   292 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   306 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   321 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), NULL, UNKNOWN_TYPE, 2,
AutofillProfile   327 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), NULL, UNKNOWN_TYPE, 3,
AutofillProfile   340 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   346 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   353 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   362 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   369 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   378 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   389 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   398 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   400 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   405 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   417 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   425 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(),  &suggested_fields,
AutofillProfile   434 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   436 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   441 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   453 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   462 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   464 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   469 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   474 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   480 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), NULL, UNKNOWN_TYPE, 3,
AutofillProfile   490 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), NULL, UNKNOWN_TYPE, 1,
AutofillProfile   501 components/autofill/core/browser/autofill_profile_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   503 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   514 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile::CreateInferredLabels(profiles.get(), &suggested_fields,
AutofillProfile   521 components/autofill/core/browser/autofill_profile_unittest.cc   scoped_ptr<AutofillProfile> a, b;
AutofillProfile   525 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   527 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   544 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   546 components/autofill/core/browser/autofill_profile_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com/"));
AutofillProfile   557 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile a(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   572 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b = a;
AutofillProfile   593 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile a(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   600 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(base::GenerateGUID(), "http://www.example.com/");
AutofillProfile   610 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile a(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   617 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(a);
AutofillProfile   622 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile a(base::GenerateGUID(), std::string());
AutofillProfile   623 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile b(base::GenerateGUID(), std::string());
AutofillProfile   657 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   676 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p2 = p;
AutofillProfile   699 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   718 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p2 = p;
AutofillProfile   741 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   760 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile p2 = p;
AutofillProfile   783 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   813 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   824 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   836 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   844 components/autofill/core/browser/autofill_profile_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile    91 components/autofill/core/browser/autofill_test_utils.cc AutofillProfile GetFullProfile() {
AutofillProfile    92 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(base::GenerateGUID(), "http://www.example.com/");
AutofillProfile   108 components/autofill/core/browser/autofill_test_utils.cc AutofillProfile GetFullProfile2() {
AutofillProfile   109 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   125 components/autofill/core/browser/autofill_test_utils.cc AutofillProfile GetVerifiedProfile() {
AutofillProfile   126 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(GetFullProfile());
AutofillProfile   131 components/autofill/core/browser/autofill_test_utils.cc AutofillProfile GetVerifiedProfile2() {
AutofillProfile   132 components/autofill/core/browser/autofill_test_utils.cc   AutofillProfile profile(GetFullProfile2());
AutofillProfile   163 components/autofill/core/browser/autofill_test_utils.cc void SetProfileInfo(AutofillProfile* profile,
AutofillProfile   183 components/autofill/core/browser/autofill_test_utils.cc void SetProfileInfoWithGuid(AutofillProfile* profile,
AutofillProfile    14 components/autofill/core/browser/autofill_test_utils.h class AutofillProfile;
AutofillProfile    42 components/autofill/core/browser/autofill_test_utils.h AutofillProfile GetFullProfile();
AutofillProfile    45 components/autofill/core/browser/autofill_test_utils.h AutofillProfile GetFullProfile2();
AutofillProfile    48 components/autofill/core/browser/autofill_test_utils.h AutofillProfile GetVerifiedProfile();
AutofillProfile    51 components/autofill/core/browser/autofill_test_utils.h AutofillProfile GetVerifiedProfile2();
AutofillProfile    68 components/autofill/core/browser/autofill_test_utils.h void SetProfileInfo(AutofillProfile* profile,
AutofillProfile    75 components/autofill/core/browser/autofill_test_utils.h void SetProfileInfoWithGuid(AutofillProfile* profile,
AutofillProfile    59 components/autofill/core/browser/form_group.h   friend class AutofillProfile;
AutofillProfile    85 components/autofill/core/browser/personal_data_manager.cc bool IsMinimumAddress(const AutofillProfile& profile,
AutofillProfile   229 components/autofill/core/browser/personal_data_manager.cc   scoped_ptr<AutofillProfile> imported_profile(new AutofillProfile);
AutofillProfile   369 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::AddProfile(const AutofillProfile& profile) {
AutofillProfile   377 components/autofill/core/browser/personal_data_manager.cc   if (FindByGUID<AutofillProfile>(web_profiles_, profile.guid()))
AutofillProfile   394 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::UpdateProfile(const AutofillProfile& profile) {
AutofillProfile   398 components/autofill/core/browser/personal_data_manager.cc   AutofillProfile* existing_profile = GetProfileByGUID(profile.guid());
AutofillProfile   421 components/autofill/core/browser/personal_data_manager.cc AutofillProfile* PersonalDataManager::GetProfileByGUID(
AutofillProfile   423 components/autofill/core/browser/personal_data_manager.cc   const std::vector<AutofillProfile*>& profiles = GetProfiles();
AutofillProfile   424 components/autofill/core/browser/personal_data_manager.cc   std::vector<AutofillProfile*>::const_iterator iter =
AutofillProfile   425 components/autofill/core/browser/personal_data_manager.cc       FindElementByGUID<AutofillProfile>(profiles, guid);
AutofillProfile   486 components/autofill/core/browser/personal_data_manager.cc       FindByGUID<AutofillProfile>(web_profiles_, guid);
AutofillProfile   511 components/autofill/core/browser/personal_data_manager.cc   const std::vector<AutofillProfile*>& profiles = GetProfiles();
AutofillProfile   512 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
AutofillProfile   527 components/autofill/core/browser/personal_data_manager.cc const std::vector<AutofillProfile*>& PersonalDataManager::GetProfiles() const {
AutofillProfile   543 components/autofill/core/browser/personal_data_manager.cc const std::vector<AutofillProfile*>& PersonalDataManager::web_profiles() const {
AutofillProfile   561 components/autofill/core/browser/personal_data_manager.cc     const base::Callback<bool(const AutofillProfile&)>& filter,
AutofillProfile   571 components/autofill/core/browser/personal_data_manager.cc   const std::vector<AutofillProfile*>& profiles = GetProfiles();
AutofillProfile   572 components/autofill/core/browser/personal_data_manager.cc   std::vector<AutofillProfile*> matched_profiles;
AutofillProfile   573 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::const_iterator iter = profiles.begin();
AutofillProfile   575 components/autofill/core/browser/personal_data_manager.cc     AutofillProfile* profile = *iter;
AutofillProfile   628 components/autofill/core/browser/personal_data_manager.cc     AutofillProfile::CreateInferredLabels(
AutofillProfile   705 components/autofill/core/browser/personal_data_manager.cc     const AutofillProfile& profile,
AutofillProfile   727 components/autofill/core/browser/personal_data_manager.cc     const AutofillProfile& new_profile,
AutofillProfile   728 components/autofill/core/browser/personal_data_manager.cc     const std::vector<AutofillProfile*>& existing_profiles,
AutofillProfile   730 components/autofill/core/browser/personal_data_manager.cc     std::vector<AutofillProfile>* merged_profiles) {
AutofillProfile   739 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::const_iterator iter =
AutofillProfile   742 components/autofill/core/browser/personal_data_manager.cc     AutofillProfile* existing_profile = *iter;
AutofillProfile   770 components/autofill/core/browser/personal_data_manager.cc   const std::vector<AutofillProfile*>& profiles = web_profiles();
AutofillProfile   807 components/autofill/core/browser/personal_data_manager.cc void PersonalDataManager::SetProfiles(std::vector<AutofillProfile>* profiles) {
AutofillProfile   813 components/autofill/core/browser/personal_data_manager.cc                                  IsEmptyFunctor<AutofillProfile>(app_locale_)),
AutofillProfile   821 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::const_iterator iter =
AutofillProfile   824 components/autofill/core/browser/personal_data_manager.cc     if (!FindByGUID<AutofillProfile>(*profiles, (*iter)->guid()))
AutofillProfile   829 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile>::iterator iter = profiles->begin();
AutofillProfile   831 components/autofill/core/browser/personal_data_manager.cc     if (FindByGUID<AutofillProfile>(web_profiles_, iter->guid()))
AutofillProfile   836 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile>::iterator iter = profiles->begin();
AutofillProfile   838 components/autofill/core/browser/personal_data_manager.cc     if (!FindByGUID<AutofillProfile>(web_profiles_, iter->guid()) &&
AutofillProfile   845 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile>::iterator iter = profiles->begin();
AutofillProfile   847 components/autofill/core/browser/personal_data_manager.cc     web_profiles_.push_back(new AutofillProfile(*iter));
AutofillProfile   937 components/autofill/core/browser/personal_data_manager.cc   const WDResult<std::vector<AutofillProfile*> >* r =
AutofillProfile   938 components/autofill/core/browser/personal_data_manager.cc       static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result);
AutofillProfile   940 components/autofill/core/browser/personal_data_manager.cc   std::vector<AutofillProfile*> profiles = r->GetValue();
AutofillProfile   941 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::iterator iter = profiles.begin();
AutofillProfile   979 components/autofill/core/browser/personal_data_manager.cc     const AutofillProfile& imported_profile) {
AutofillProfile   985 components/autofill/core/browser/personal_data_manager.cc   for (std::vector<AutofillProfile*>::const_iterator iter =
AutofillProfile   992 components/autofill/core/browser/personal_data_manager.cc   std::vector<AutofillProfile> profiles;
AutofillProfile  1052 components/autofill/core/browser/personal_data_manager.cc   const std::vector<AutofillProfile*>& profiles = web_profiles();
AutofillProfile    38 components/autofill/core/browser/personal_data_manager.h void SetProfiles(int, std::vector<autofill::AutofillProfile>*);
AutofillProfile    91 components/autofill/core/browser/personal_data_manager.h       const AutofillProfile& imported_profile);
AutofillProfile    99 components/autofill/core/browser/personal_data_manager.h   void AddProfile(const AutofillProfile& profile);
AutofillProfile   102 components/autofill/core/browser/personal_data_manager.h   void UpdateProfile(const AutofillProfile& profile);
AutofillProfile   110 components/autofill/core/browser/personal_data_manager.h   AutofillProfile* GetProfileByGUID(const std::string& guid);
AutofillProfile   135 components/autofill/core/browser/personal_data_manager.h   virtual const std::vector<AutofillProfile*>& GetProfiles() const;
AutofillProfile   136 components/autofill/core/browser/personal_data_manager.h   virtual const std::vector<AutofillProfile*>& web_profiles() const;
AutofillProfile   149 components/autofill/core/browser/personal_data_manager.h       const base::Callback<bool(const AutofillProfile&)>& filter,
AutofillProfile   179 components/autofill/core/browser/personal_data_manager.h   static bool IsValidLearnableProfile(const AutofillProfile& profile,
AutofillProfile   187 components/autofill/core/browser/personal_data_manager.h       const AutofillProfile& new_profile,
AutofillProfile   188 components/autofill/core/browser/personal_data_manager.h       const std::vector<AutofillProfile*>& existing_profiles,
AutofillProfile   190 components/autofill/core/browser/personal_data_manager.h       std::vector<AutofillProfile>* merged_profiles);
AutofillProfile   219 components/autofill/core/browser/personal_data_manager.h       int, std::vector<autofill::AutofillProfile>*);
AutofillProfile   233 components/autofill/core/browser/personal_data_manager.h   void SetProfiles(std::vector<AutofillProfile>* profiles);
AutofillProfile   297 components/autofill/core/browser/personal_data_manager.h   ScopedVector<AutofillProfile> web_profiles_;
AutofillProfile   300 components/autofill/core/browser/personal_data_manager.h   mutable ScopedVector<AutofillProfile> auxiliary_profiles_;
AutofillProfile   304 components/autofill/core/browser/personal_data_manager.h   mutable std::vector<AutofillProfile*> profiles_;
AutofillProfile   120 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(autofill::test::GetFullProfile());
AutofillProfile   128 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile   133 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0a = profile0;
AutofillProfile   141 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile   146 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1 = profile0;
AutofillProfile   159 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
AutofillProfile   166 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   172 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   178 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile2(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   193 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile   209 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile   220 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
AutofillProfile   283 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com/");
AutofillProfile   304 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles1 =
AutofillProfile   313 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile original_profile(profile);
AutofillProfile   326 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles2 =
AutofillProfile   348 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles3 =
AutofillProfile   360 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   366 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   389 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile   421 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   434 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile   439 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   450 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
AutofillProfile   458 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   473 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile   497 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   503 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   518 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile   523 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile2(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   538 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile   563 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results3 = personal_data_->GetProfiles();
AutofillProfile   601 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   605 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   637 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   668 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   699 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   722 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile   751 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile   778 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile   800 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile   846 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   850 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   893 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   897 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile   973 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile   977 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  1013 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  1015 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected2(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1058 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1062 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  1097 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  1151 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1156 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  1201 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  1244 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1248 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  1284 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  1286 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected2(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1331 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1335 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  1372 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  1411 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& profiles = personal_data_->GetProfiles();
AutofillProfile  1420 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile* auxiliary_profile =
AutofillProfile  1421 components/autofill/core/browser/personal_data_manager_unittest.cc       new AutofillProfile(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  1426 components/autofill/core/browser/personal_data_manager_unittest.cc   ScopedVector<AutofillProfile>& auxiliary_profiles =
AutofillProfile  1464 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& web_profiles =
AutofillProfile  1944 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "Chrome settings");
AutofillProfile  1994 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile  2052 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2067 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile new_verified_profile = profile;
AutofillProfile  2082 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile  2091 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile(base::GenerateGUID(), "Chrome settings");
AutofillProfile  2106 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile new_verified_profile = profile;
AutofillProfile  2120 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected_profile = new_verified_profile;
AutofillProfile  2127 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles();
AutofillProfile  2173 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile0(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2205 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile1(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2211 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile profile2(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2329 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile expected(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2333 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results1 = personal_data_->GetProfiles();
AutofillProfile  2372 components/autofill/core/browser/personal_data_manager_unittest.cc   const std::vector<AutofillProfile*>& results2 = personal_data_->GetProfiles();
AutofillProfile  2388 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile steve_jobs(base::GenerateGUID(), "https://www.example.com");
AutofillProfile  2461 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile moose(base::GenerateGUID(), "Chrome settings");
AutofillProfile  2489 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile moose(base::GenerateGUID(), "Chrome settings");
AutofillProfile  2498 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile armadillo(base::GenerateGUID(), "Chrome settings");
AutofillProfile  2502 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile armadillo2(base::GenerateGUID(), "Chrome settings");
AutofillProfile  2533 components/autofill/core/browser/personal_data_manager_unittest.cc   AutofillProfile space_invader(base::GenerateGUID(), "Chrome settings");
AutofillProfile    30 components/autofill/core/browser/phone_number.cc std::string GetRegion(const AutofillProfile& profile,
AutofillProfile    41 components/autofill/core/browser/phone_number.cc PhoneNumber::PhoneNumber(AutofillProfile* profile)
AutofillProfile   221 components/autofill/core/browser/phone_number.cc     const AutofillProfile& profile,
AutofillProfile    18 components/autofill/core/browser/phone_number.h class AutofillProfile;
AutofillProfile    23 components/autofill/core/browser/phone_number.h   explicit PhoneNumber(AutofillProfile* profile);
AutofillProfile    29 components/autofill/core/browser/phone_number.h   void set_profile(AutofillProfile* profile) { profile_ = profile; }
AutofillProfile    65 components/autofill/core/browser/phone_number.h     bool ParseNumber(const AutofillProfile& profile,
AutofillProfile    91 components/autofill/core/browser/phone_number.h   const AutofillProfile* profile_;  // WEAK
AutofillProfile    19 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
AutofillProfile    90 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
AutofillProfile   123 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
AutofillProfile   151 components/autofill/core/browser/phone_number_unittest.cc   AutofillProfile profile;
AutofillProfile   210 components/autofill/core/browser/phone_number_unittest.cc   EXPECT_TRUE(number7.ParseNumber(AutofillProfile(), "en-US", &parsed_phone));
AutofillProfile    16 components/autofill/core/browser/test_personal_data_manager.cc void TestPersonalDataManager::AddTestingProfile(AutofillProfile* profile) {
AutofillProfile    26 components/autofill/core/browser/test_personal_data_manager.cc const std::vector<AutofillProfile*>& TestPersonalDataManager::GetProfiles()
AutofillProfile    31 components/autofill/core/browser/test_personal_data_manager.cc const std::vector<AutofillProfile*>& TestPersonalDataManager::web_profiles()
AutofillProfile    42 components/autofill/core/browser/test_personal_data_manager.cc     const AutofillProfile& imported_profile) {
AutofillProfile    23 components/autofill/core/browser/test_personal_data_manager.h   void AddTestingProfile(AutofillProfile* profile);
AutofillProfile    29 components/autofill/core/browser/test_personal_data_manager.h   virtual const std::vector<AutofillProfile*>& GetProfiles() const OVERRIDE;
AutofillProfile    30 components/autofill/core/browser/test_personal_data_manager.h   virtual const std::vector<AutofillProfile*>& web_profiles() const OVERRIDE;
AutofillProfile    34 components/autofill/core/browser/test_personal_data_manager.h       const AutofillProfile& imported_profile) OVERRIDE;
AutofillProfile    49 components/autofill/core/browser/test_personal_data_manager.h   const AutofillProfile& imported_profile() { return imported_profile_; }
AutofillProfile    53 components/autofill/core/browser/test_personal_data_manager.h   std::vector<AutofillProfile*> profiles_;
AutofillProfile    55 components/autofill/core/browser/test_personal_data_manager.h   AutofillProfile imported_profile_;
AutofillProfile    21 components/autofill/core/browser/webdata/autofill_change.cc   Type type, const std::string& key, const AutofillProfile* profile)
AutofillProfile    14 components/autofill/core/browser/webdata/autofill_change.h class AutofillProfile;
AutofillProfile    63 components/autofill/core/browser/webdata/autofill_change.h                         const AutofillProfile* profile);
AutofillProfile    66 components/autofill/core/browser/webdata/autofill_change.h   const AutofillProfile* profile() const { return profile_; }
AutofillProfile    71 components/autofill/core/browser/webdata/autofill_change.h   const AutofillProfile* profile_;
AutofillProfile   109 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     for (ScopedVector<AutofillProfile>::const_iterator ix =
AutofillProfile   111 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       AutofillProfile* p = *ix;
AutofillProfile   285 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     std::vector<AutofillProfile*>* profiles) {
AutofillProfile   316 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* profile,
AutofillProfile   382 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfile& profile,
AutofillProfile   450 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const std::vector<AutofillProfile*>& profiles,
AutofillProfile   485 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   AutofillProfile* new_profile = new AutofillProfile(
AutofillProfile   493 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* local_profile = it->second;
AutofillProfile   543 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       profiles_.push_back(new AutofillProfile(*(change.profile())));
AutofillProfile   558 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc       AutofillProfile empty_profile(change.key(), std::string());
AutofillProfile   581 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfile& profile) {
AutofillProfile   592 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* autofill_profile) {
AutofillProfile   602 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* autofill_profile) {
AutofillProfile   625 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     const AutofillProfile& merge_from,
AutofillProfile   626 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc     AutofillProfile* merge_into,
AutofillProfile    38 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h class AutofillProfile;
AutofillProfile   106 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   virtual bool LoadAutofillData(std::vector<AutofillProfile*>* profiles);
AutofillProfile   121 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   static syncer::SyncData CreateData(const AutofillProfile& profile);
AutofillProfile   133 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   typedef std::map<std::string, AutofillProfile*> GUIDToProfileMap;
AutofillProfile   139 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h       AutofillProfile* profile,
AutofillProfile   143 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   static void WriteAutofillProfile(const AutofillProfile& profile,
AutofillProfile   148 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   void CreateGUIDToProfileMap(const std::vector<AutofillProfile*>& profiles,
AutofillProfile   170 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h                           AutofillProfile* autofill_profile);
AutofillProfile   175 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h       AutofillProfile* autofill_profile);
AutofillProfile   183 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   static bool MergeProfile(const AutofillProfile& merge_from,
AutofillProfile   184 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h                            AutofillProfile* merge_into,
AutofillProfile   194 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   ScopedVector<AutofillProfile> profiles_;
AutofillProfile   212 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   std::vector<AutofillProfile*> profiles_to_update;
AutofillProfile   213 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   std::vector<AutofillProfile*> profiles_to_add;
AutofillProfile   219 components/autofill/core/browser/webdata/autofill_profile_syncable_service.h   std::vector<AutofillProfile*> profiles_to_sync_back;
AutofillProfile    47 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   MOCK_METHOD1(LoadAutofillData, bool(std::vector<AutofillProfile*>*));
AutofillProfile   132 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc scoped_ptr<AutofillProfile> ConstructCompleteProfile() {
AutofillProfile   133 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   scoped_ptr<AutofillProfile> profile(
AutofillProfile   134 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(kGuid1, kHttpsOrigin));
AutofillProfile   222 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       const std::vector<AutofillProfile*>& profiles_from_web_db,
AutofillProfile   259 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   270 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present1, origin_present1));
AutofillProfile   275 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present2, origin_present2));
AutofillProfile   281 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile1(guid_synced1, origin_synced1);
AutofillProfile   284 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile2(guid_synced2, origin_synced2);
AutofillProfile   288 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile3(guid_present2, origin_synced2);
AutofillProfile   310 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   321 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present1, origin_present1));
AutofillProfile   326 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present2, origin_present2));
AutofillProfile   334 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile1(guid_synced1, origin_synced1);
AutofillProfile   338 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile2(guid_synced2, origin_synced2);
AutofillProfile   343 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile expected_profile(profile2);
AutofillProfile   364 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   375 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present1, origin_present1));
AutofillProfile   380 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present2, origin_present2));
AutofillProfile   388 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile1(guid_synced1, origin_synced1);
AutofillProfile   393 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile2(guid_synced2, origin_synced2);
AutofillProfile   402 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile expected_profile(profile1);
AutofillProfile   430 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   433 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, std::string());
AutofillProfile   437 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profiles_from_web_db.push_back(new AutofillProfile(profile));
AutofillProfile   465 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   470 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present1, kHttpOrigin));
AutofillProfile   473 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc       new AutofillProfile(guid_present2, kHttpsOrigin));
AutofillProfile   506 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile *> profiles_from_web_db;
AutofillProfile   511 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(guid_synced, kHttpOrigin);
AutofillProfile   518 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile empty_profile(guid_present, kHttpsOrigin);
AutofillProfile   547 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
AutofillProfile   581 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kSettingsOrigin);
AutofillProfile   597 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
AutofillProfile   630 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile1(kGuid1, kHttpOrigin);
AutofillProfile   638 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile2(kGuid2, kHttpsOrigin);
AutofillProfile   687 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile3(kGuid3, kHttpOrigin);
AutofillProfile   735 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   766 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   scoped_ptr<AutofillProfile> expected_profile = ConstructCompleteProfile();
AutofillProfile   771 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   806 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile expected_profile(kGuid1, kHttpsOrigin);
AutofillProfile   818 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   830 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   std::vector<AutofillProfile*> profiles_from_web_db;
AutofillProfile   833 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   AutofillProfile profile(kGuid1, kHttpsOrigin);
AutofillProfile   841 components/autofill/core/browser/webdata/autofill_profile_syncable_service_unittest.cc   profiles_from_web_db.push_back(new AutofillProfile(profile));
AutofillProfile    78 components/autofill/core/browser/webdata/autofill_table.cc void BindAutofillProfileToStatement(const AutofillProfile& profile,
AutofillProfile    96 components/autofill/core/browser/webdata/autofill_table.cc scoped_ptr<AutofillProfile> AutofillProfileFromStatement(
AutofillProfile    98 components/autofill/core/browser/webdata/autofill_table.cc   scoped_ptr<AutofillProfile> profile(new AutofillProfile);
AutofillProfile   169 components/autofill/core/browser/webdata/autofill_table.cc                                       AutofillProfile* profile) {
AutofillProfile   198 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile* profile) {
AutofillProfile   221 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile* profile) {
AutofillProfile   243 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfileNames(const AutofillProfile& profile,
AutofillProfile   271 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfileEmails(const AutofillProfile& profile,
AutofillProfile   292 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfilePhones(const AutofillProfile& profile,
AutofillProfile   313 components/autofill/core/browser/webdata/autofill_table.cc bool AddAutofillProfilePieces(const AutofillProfile& profile,
AutofillProfile   799 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::AddAutofillProfile(const AutofillProfile& profile) {
AutofillProfile   817 components/autofill/core/browser/webdata/autofill_table.cc                                        AutofillProfile** profile) {
AutofillProfile   830 components/autofill/core/browser/webdata/autofill_table.cc   scoped_ptr<AutofillProfile> p = AutofillProfileFromStatement(s);
AutofillProfile   846 components/autofill/core/browser/webdata/autofill_table.cc     std::vector<AutofillProfile*>* profiles) {
AutofillProfile   856 components/autofill/core/browser/webdata/autofill_table.cc     AutofillProfile* profile = NULL;
AutofillProfile   865 components/autofill/core/browser/webdata/autofill_table.cc bool AutofillTable::UpdateAutofillProfile(const AutofillProfile& profile) {
AutofillProfile   873 components/autofill/core/browser/webdata/autofill_table.cc   AutofillProfile* tmp_profile = NULL;
AutofillProfile   878 components/autofill/core/browser/webdata/autofill_table.cc   scoped_ptr<AutofillProfile> old_profile(tmp_profile);
AutofillProfile  1102 components/autofill/core/browser/webdata/autofill_table.cc     ScopedVector<AutofillProfile>* profiles) {
AutofillProfile  1134 components/autofill/core/browser/webdata/autofill_table.cc     AutofillProfile* profile;
AutofillProfile  1821 components/autofill/core/browser/webdata/autofill_table.cc       AutofillProfile profile;
AutofillProfile  1962 components/autofill/core/browser/webdata/autofill_table.cc   std::vector<AutofillProfile> accumulated_profiles;
AutofillProfile  1963 components/autofill/core/browser/webdata/autofill_table.cc   std::vector<AutofillProfile*> accumulated_profiles_p;
AutofillProfile  1981 components/autofill/core/browser/webdata/autofill_table.cc     scoped_ptr<AutofillProfile> profile(new AutofillProfile);
AutofillProfile  2010 components/autofill/core/browser/webdata/autofill_table.cc       std::vector<AutofillProfile> merged_profiles;
AutofillProfile  2021 components/autofill/core/browser/webdata/autofill_table.cc                      address_of<AutofillProfile>);
AutofillProfile  2039 components/autofill/core/browser/webdata/autofill_table.cc   for (std::vector<AutofillProfile>::const_iterator
AutofillProfile    26 components/autofill/core/browser/webdata/autofill_table.h class AutofillProfile;
AutofillProfile   194 components/autofill/core/browser/webdata/autofill_table.h   virtual bool AddAutofillProfile(const AutofillProfile& profile);
AutofillProfile   197 components/autofill/core/browser/webdata/autofill_table.h   virtual bool UpdateAutofillProfile(const AutofillProfile& profile);
AutofillProfile   204 components/autofill/core/browser/webdata/autofill_table.h   bool GetAutofillProfile(const std::string& guid, AutofillProfile** profile);
AutofillProfile   207 components/autofill/core/browser/webdata/autofill_table.h   virtual bool GetAutofillProfiles(std::vector<AutofillProfile*>* profiles);
AutofillProfile   248 components/autofill/core/browser/webdata/autofill_table.h       ScopedVector<AutofillProfile>* profiles);
AutofillProfile   306 components/autofill/core/browser/webdata/autofill_table.h   FRIEND_TEST_ALL_PREFIXES(AutofillTableTest, AutofillProfile);
AutofillProfile   634 components/autofill/core/browser/webdata/autofill_table_unittest.cc TEST_F(AutofillTableTest, AutofillProfile) {
AutofillProfile   636 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile home_profile;
AutofillProfile   659 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* db_profile;
AutofillProfile   674 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile billing_profile = home_profile;
AutofillProfile   759 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile p;
AutofillProfile   769 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* db_profile;
AutofillProfile   797 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile p;
AutofillProfile   807 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* db_profile;
AutofillProfile   835 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile p;
AutofillProfile   845 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* db_profile;
AutofillProfile   896 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
AutofillProfile   911 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* added_profile = NULL;
AutofillProfile   913 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(static_cast<AutofillProfile*>(NULL), added_profile);
AutofillProfile   922 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile);
AutofillProfile   931 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* updated_profile = NULL;
AutofillProfile   933 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_NE(static_cast<AutofillProfile*>(NULL), added_profile);
AutofillProfile   944 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* removed_profile = NULL;
AutofillProfile   947 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ASSERT_NE(static_cast<AutofillProfile*>(NULL), removed_profile);
AutofillProfile   955 components/autofill/core/browser/webdata/autofill_table_unittest.cc   EXPECT_EQ(static_cast<AutofillProfile*>(NULL), removed_profile);
AutofillProfile  1043 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
AutofillProfile  1068 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* tmp_profile;
AutofillProfile  1070 components/autofill/core/browser/webdata/autofill_table_unittest.cc   scoped_ptr<AutofillProfile> db_profile(tmp_profile);
AutofillProfile  1193 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile profile;
AutofillProfile  1218 components/autofill/core/browser/webdata/autofill_table_unittest.cc   AutofillProfile* tmp_profile;
AutofillProfile  1220 components/autofill/core/browser/webdata/autofill_table_unittest.cc   scoped_ptr<AutofillProfile> db_profile(tmp_profile);
AutofillProfile  1427 components/autofill/core/browser/webdata/autofill_table_unittest.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile    26 components/autofill/core/browser/webdata/autofill_webdata.h class AutofillProfile;
AutofillProfile    62 components/autofill/core/browser/webdata/autofill_webdata.h   virtual void AddAutofillProfile(const AutofillProfile& profile) = 0;
AutofillProfile    65 components/autofill/core/browser/webdata/autofill_webdata.h   virtual void UpdateAutofillProfile(const AutofillProfile& profile) = 0;
AutofillProfile   166 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     const AutofillProfile& profile, WebDatabase* db) {
AutofillProfile   184 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     const AutofillProfile& profile, WebDatabase* db) {
AutofillProfile   189 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfile* original_profile = NULL;
AutofillProfile   194 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   scoped_ptr<AutofillProfile> scoped_profile(original_profile);
AutofillProfile   214 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   AutofillProfile* profile = NULL;
AutofillProfile   219 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   scoped_ptr<AutofillProfile> scoped_profile(profile);
AutofillProfile   238 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   std::vector<AutofillProfile*> profiles;
AutofillProfile   241 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       new WDDestroyableResult<std::vector<AutofillProfile*> >(
AutofillProfile   333 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   ScopedVector<AutofillProfile> profiles;
AutofillProfile   336 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc     for (std::vector<AutofillProfile*>::const_iterator it = profiles.begin();
AutofillProfile   373 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   const WDResult<std::vector<AutofillProfile*> >* r =
AutofillProfile   374 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc       static_cast<const WDResult<std::vector<AutofillProfile*> >*>(result);
AutofillProfile   375 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc   std::vector<AutofillProfile*> profiles = r->GetValue();
AutofillProfile    30 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h class AutofillProfile;
AutofillProfile   102 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State AddAutofillProfile(const AutofillProfile& profile,
AutofillProfile   106 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h   WebDatabase::State UpdateAutofillProfile(const AutofillProfile& profile,
AutofillProfile   105 components/autofill/core/browser/webdata/autofill_webdata_service.cc     const AutofillProfile& profile) {
AutofillProfile   112 components/autofill/core/browser/webdata/autofill_webdata_service.cc     const AutofillProfile& profile) {
AutofillProfile    30 components/autofill/core/browser/webdata/autofill_webdata_service.h class AutofillProfile;
AutofillProfile    67 components/autofill/core/browser/webdata/autofill_webdata_service.h   virtual void AddAutofillProfile(const AutofillProfile& profile) OVERRIDE;
AutofillProfile    68 components/autofill/core/browser/webdata/autofill_webdata_service.h   virtual void UpdateAutofillProfile(const AutofillProfile& profile) OVERRIDE;
AutofillProfile   293 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
AutofillProfile   305 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
AutofillProfile   315 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
AutofillProfile   324 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
AutofillProfile   343 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer2;
AutofillProfile   351 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile1;
AutofillProfile   353 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile2;
AutofillProfile   365 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer;
AutofillProfile   374 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile1_changed(profile1);
AutofillProfile   387 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> > consumer2;
AutofillProfile   483 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillProfile profile;
AutofillProfile   488 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
AutofillProfile   524 components/autofill/core/browser/webdata/web_data_service_unittest.cc   AutofillWebDataServiceConsumer<std::vector<AutofillProfile*> >
AutofillProfile    35 components/webdata/common/web_database_migration_unittest.cc using autofill::AutofillProfile;
AutofillProfile    44 components/webdata/common/web_database_migration_unittest.cc                                     AutofillProfile* profile,
AutofillProfile    74 components/webdata/common/web_database_migration_unittest.cc                                     AutofillProfile* profile,
AutofillProfile   905 components/webdata/common/web_database_migration_unittest.cc   AutofillProfile profile;
AutofillProfile   997 components/webdata/common/web_database_migration_unittest.cc     AutofillProfile profile_a;