Searched defs:profile_guids (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_webdata_backend_impl.cc307 std::vector<std::string> profile_guids; local
312 &profile_guids,
314 for (std::vector<std::string>::iterator iter = profile_guids.begin();
315 iter != profile_guids.end(); ++iter) {
H A Dautofill_table_unittest.cc1204 std::vector<std::string> profile_guids; local
1208 &profile_guids, &credit_card_guids);
1209 ASSERT_EQ(2UL, profile_guids.size());
1210 EXPECT_EQ("00000000-0000-0000-0000-000000000001", profile_guids[0]);
1211 EXPECT_EQ("00000000-0000-0000-0000-000000000002", profile_guids[1]);
1244 &profile_guids, &credit_card_guids);
1245 ASSERT_EQ(2UL, profile_guids.size());
1246 EXPECT_EQ("00000000-0000-0000-0000-000000000004", profile_guids[0]);
1247 EXPECT_EQ("00000000-0000-0000-0000-000000000005", profile_guids[1]);
1271 &profile_guids, local
[all...]
H A Dautofill_table.cc1205 std::vector<std::string>* profile_guids,
1219 profile_guids->clear();
1222 profile_guids->push_back(guid);
1278 std::vector<std::string> profile_guids; local
1283 profile_guids.push_back(guid);
1289 for (std::vector<std::string>::const_iterator it = profile_guids.begin();
1290 it != profile_guids.end(); ++it) {
1202 RemoveAutofillDataModifiedBetween( const Time& delete_begin, const Time& delete_end, std::vector<std::string>* profile_guids, std::vector<std::string>* credit_card_guids) argument
/external/chromium/chrome/browser/webdata/
H A Dautofill_table_unittest.cc1357 std::vector<std::string> profile_guids; local
1361 &profile_guids, &credit_card_guids);
1362 ASSERT_EQ(2UL, profile_guids.size());
1363 EXPECT_EQ("00000000-0000-0000-0000-000000000001", profile_guids[0]);
1364 EXPECT_EQ("00000000-0000-0000-0000-000000000002", profile_guids[1]);
1397 &profile_guids, &credit_card_guids);
1398 ASSERT_EQ(2UL, profile_guids.size());
1399 EXPECT_EQ("00000000-0000-0000-0000-000000000004", profile_guids[0]);
1400 EXPECT_EQ("00000000-0000-0000-0000-000000000005", profile_guids[1]);
1424 &profile_guids, local
[all...]
H A Dautofill_table.cc1249 std::vector<std::string>* profile_guids,
1269 profile_guids->clear();
1272 profile_guids->push_back(guid);
1246 RemoveAutofillProfilesAndCreditCardsModifiedBetween( base::Time delete_begin, base::Time delete_end, std::vector<std::string>* profile_guids, std::vector<std::string>* credit_card_guids) argument
H A Dweb_data_service.cc1253 std::vector<std::string> profile_guids; local
1259 &profile_guids,
1261 for (std::vector<std::string>::iterator iter = profile_guids.begin();
1262 iter != profile_guids.end(); ++iter) {

Completed in 231 milliseconds